Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • U uPython-mirror
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • 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
  • TASTETASTE
  • uPython-mirror
  • Repository
  • uPython-mirror
  • stmhal
  • Makefile
Find file BlameHistoryPermalink
  • Sven Wegener's avatar
    bare-arm, stmhal, teensy: Duplicate -nostdlib to CFLAGS · c3cabf4e
    Sven Wegener authored Jun 14, 2014
    
    
    As we are building with -nostdlib gcc features like the stack protector
    will fail linking, because the failure handlers are in gcc's internal
    libs. Such features are implicitly disabled during compilation when
    -nostdlib is used in CFLAGS too.
    
    Signed-off-by: default avatarSven Wegener <sven.wegener@stealer.net>
    c3cabf4e