diff options
author | roland <roland@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-02-27 05:43:24 +0000 |
---|---|---|
committer | roland <roland@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-02-27 05:43:24 +0000 |
commit | 89aa0c7e9ae936719343cd88a8e1df0cd33be5a1 (patch) | |
tree | 5bb4be1e0013f0251ecb87a81ffa13176aa31428 /gcc/config/gnu.h | |
parent | ad3bdb250cb162f8d9ca40fd30e28487bdeefcd6 (diff) | |
download | gcc-89aa0c7e9ae936719343cd88a8e1df0cd33be5a1.tar.gz |
(ASM_SPEC): Macro removed.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9088 138bc75d-0d04-0410-961f-82ee72b054a4
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 a362b47ea2d..15f816b1da2 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}" |