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
  • Waldemar Brodkorb's avatar
    toolchain: add hidden symbol for PIE support · 3c93901b
    Waldemar Brodkorb authored Jul 11, 2016
    
    
    uClibc-ng does not support PIE for some architectures as
    arc and m68k. It isn't implemented in the static linking case, too.
    With musl toolchains you might have static PIE support with little
    patching of gcc. Static linking for GNU libc isn't enabled in
    buildroot. Fixup any package using special treatment of PIE.
    (grep -ir pie package/*/*.mk)
    
    Signed-off-by: default avatarWaldemar Brodkorb <wbx@openadk.org>
    [Thomas: use positive logic.]
    Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
    3c93901b