Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • sac2c sac2c
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 395
    • Issues 395
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 24
    • Merge requests 24
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • sac-group
  • sac2csac2c
  • Merge requests
  • !48

fixed OSX problem of parameterised CC flag

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Sven-Bodo Scholz requested to merge sbs/sac2c:develop into develop May 30, 2018
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

OSX wants to add something like -isysroot which needs to be handed through. However, -Xc and -Xl do not support flags with parameters. The solution here is to transform this into -Xc -isysroot -Xc . This is not ideal but all other attempts to pass an argument failed :-(

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: develop