Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • G gcc
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 39
    • Merge requests 39
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gcc-mirror
  • gcc
  • Repository
Switch branch/tag
  • gcc
  • Makefile.def
Find file BlameHistoryPermalink
  • Iain Sandoe's avatar
    configure: Do not build the ununsed libffi shared library. · 70a5e628
    Iain Sandoe authored Dec 30, 2022
    
    
    We do not use the shared libffi libraray, nor do we install it.
    However, on at least Darwin, the shared version will be picked
    up for testing, so it is preferrable not to build it.
    
    Signed-off-by: default avatarIain Sandoe <iain@sandoe.co.uk>
    
    ChangeLog:
    
    	* Makefile.def: Do not build shared libffi.
    	* Makefile.in: Regenerate.
    70a5e628