diff options
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 -)" |