aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/gnu-user.h
diff options
context:
space:
mode:
authorOlivier Hainque <hainque@adacore.com>2018-07-31 09:24:41 +0000
committerOlivier Hainque <hainque@gcc.gnu.org>2018-07-31 09:24:41 +0000
commitf37866e818ab839e0db68be23e5a339e5e7c19dc (patch)
treed0e676879f65f348b838125b8e4d9cf763c5e61e /gcc/config/gnu-user.h
parent1d4a51cf5079c11a44126bf7d5cf63fd9b202fbd (diff)
downloadgcc-f37866e818ab839e0db68be23e5a339e5e7c19dc.zip
gcc-f37866e818ab839e0db68be23e5a339e5e7c19dc.tar.gz
gcc-f37866e818ab839e0db68be23e5a339e5e7c19dc.tar.bz2
Add support for -nolibc
2018-06-07 Olivier Hainque <hainque@adacore.com> * common.opt (nolibc): New option. * doc/invoke.texi (Link Options): Document it. * gcc.c (LINK_GCC_C_SEQUENCE_SPEC): Honor nolibc. * config/alpha/linux.h: Likewise. * config/arc/elf.h: Likewise. * config/arm/uclinux-elf.h: Likewise. * config/arm/unknown-elf.h: Likewise. * config/avr/avrlibc.h: Likewise. * config/bfin/bfin.h: Likewise. * config/bfin/linux.h: Likewise. * config/bfin/uclinux.h: Likewise. * config/darwin.h: Likewise. * config/darwin10.h: Likewise. * config/darwin12.h: Likewise. * config/gnu-user.h: Likewise. * config/lm32/uclinux-elf.h: Likewise. * config/pa/pa-hpux11.h: Likewise. * config/pa/pa64-hpux.h: Likewise. * config/sparc/sparc.h: Likewise. From-SVN: r263083
Diffstat (limited to 'gcc/config/gnu-user.h')
-rw-r--r--gcc/config/gnu-user.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/gnu-user.h b/gcc/config/gnu-user.h
index b326cf0..5b48fb2 100644
--- a/gcc/config/gnu-user.h
+++ b/gcc/config/gnu-user.h
@@ -135,7 +135,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#undef LINK_GCC_C_SEQUENCE_SPEC
#define LINK_GCC_C_SEQUENCE_SPEC \
- "%{static|static-pie:--start-group} %G %L \
+ "%{static|static-pie:--start-group} %G %{!nolibc:%L} \
%{static|static-pie:--end-group}%{!static:%{!static-pie:%G}}"
/* Use --as-needed -lgcc_s for eh support. */