diff options
author | roland <roland@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-09-23 23:02:58 +0000 |
---|---|---|
committer | roland <roland@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-09-23 23:02:58 +0000 |
commit | 00f51570d95611497bffa99c116a7ba5f8e49d5f (patch) | |
tree | df3aebe3c6bf2e3734f805d28016581b9de6eeb9 /gcc/config/i386/gnu.h | |
parent | fcacc6ce5bb43a2a17daae6bc930d5b7f0b9b193 (diff) | |
download | gcc-00f51570d95611497bffa99c116a7ba5f8e49d5f.tar.gz |
(LIB_SPEC): Remove macro.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8126 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/gnu.h')
-rw-r--r-- | gcc/config/i386/gnu.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/i386/gnu.h b/gcc/config/i386/gnu.h index 19b9c14555c..a4bb67a2e67 100644 --- a/gcc/config/i386/gnu.h +++ b/gcc/config/i386/gnu.h @@ -15,7 +15,3 @@ /* Don't default to pcc-struct-return, because gcc is the only compiler, and we want to retain compatibility with older gcc versions. */ #define DEFAULT_PCC_STRUCT_RETURN 0 - -/* This should be temporary until GNU ld gets a new feature. */ -#undef LIB_SPEC -#define LIB_SPEC "%{g*:-lg} -( -lc -lmachuser -lhurduser -)" |