Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • B buildroot
  • 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
  • Redmine
    • Redmine
  • 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
  • netdsa
  • buildroot
  • Repository
Switch branch/tag
  • buildroot
  • toolchain
  • toolchain-common.in
Find file BlameHistoryPermalink
  • Jörg Krause's avatar
    toolchain: add option for toolchains affected by GCC PR libstdc++/64735 · accba02a
    Jörg Krause authored Feb 09, 2017
    exception_ptr, nested_exception, and future from libstdc++ are not
    available for architectures not supporting always lock-free atomic ints
    before GCC 7.
    
    Bug report:
    https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64735
    
    Fix available starting from GCC 7 (not yet released):
    https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=244051
    
    
    
    Signed-off-by: default avatarJörg Krause <joerg.krause@embedded.rocks>
    [Thomas:
     - directly define the value where BR2_TOOLCHAIN_HAS_GCC_BUG_64735
       rather than having additional patches touching affected architectures
       Config.in files
     - add a better comment above the Config.in option.]
    Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
    accba02a