diff options
author | Roland McGrath <roland@gcc.gnu.org> | 1994-08-31 06:49:30 +0000 |
---|---|---|
committer | Roland McGrath <roland@gcc.gnu.org> | 1994-08-31 06:49:30 +0000 |
commit | 3427d6e599f1ad8618493a412e09e6fd76d8d2c5 (patch) | |
tree | a10d7980a6a7f5dc7d2ae3eb0dcee7ec8af2f498 /gcc/config/i386/gnu.h | |
parent | 8bec060292159baa78172ba0a7cd4e38bb0f7d3a (diff) | |
download | gcc-3427d6e599f1ad8618493a412e09e6fd76d8d2c5.tar.gz |
(LIB_SPEC): New macro.
From-SVN: r8003
Diffstat (limited to 'gcc/config/i386/gnu.h')
-rw-r--r-- | gcc/config/i386/gnu.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/i386/gnu.h b/gcc/config/i386/gnu.h index a4bb67a2e67..19b9c14555c 100644 --- a/gcc/config/i386/gnu.h +++ b/gcc/config/i386/gnu.h @@ -15,3 +15,7 @@ /* 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 -)" |