diff options
author | Roland McGrath <roland@gcc.gnu.org> | 1995-02-27 05:43:24 +0000 |
---|---|---|
committer | Roland McGrath <roland@gcc.gnu.org> | 1995-02-27 05:43:24 +0000 |
commit | 6ddaea1c2f7ea7ff29a0dd9efbe9b11227f890dd (patch) | |
tree | 5bb4be1e0013f0251ecb87a81ffa13176aa31428 /gcc/config/gnu.h | |
parent | 75301d683a2f022b489be39fd9fc1865634ceb80 (diff) | |
download | gcc-6ddaea1c2f7ea7ff29a0dd9efbe9b11227f890dd.zip gcc-6ddaea1c2f7ea7ff29a0dd9efbe9b11227f890dd.tar.gz gcc-6ddaea1c2f7ea7ff29a0dd9efbe9b11227f890dd.tar.bz2 |
(ASM_SPEC): Macro removed.
From-SVN: r9088
Diffstat (limited to 'gcc/config/gnu.h')
-rw-r--r-- | gcc/config/gnu.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/gnu.h b/gcc/config/gnu.h index a362b47..15f816b 100644 --- a/gcc/config/gnu.h +++ b/gcc/config/gnu.h @@ -11,11 +11,6 @@ #undef CPP_SPEC #define CPP_SPEC "%{posix:-D_POSIX_SOURCE} %{bsd:-D_BSD_SOURCE}" -/* Provide an ASM_SPEC appropriate for GNU. Currently we only deal - with the options for generating PIC code. */ -#undef ASM_SPEC -#define ASM_SPEC " %| %{fpic:-k} %{fPIC:-k -K}" - /* Default C library spec. Use -lbsd-compat for gcc -bsd. */ #undef LIB_SPEC #define LIB_SPEC "%{bsd:-lbsd-compat} %{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}" |