From eb1db5a6de53b9104add9285c51265132b913719 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 23 Sep 1994 23:02:58 +0000 Subject: [PATCH] (LIB_SPEC): Remove macro. From-SVN: r8126 --- gcc/config/i386/gnu.h | 4 ---- 1 file changed, 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 -)" -- 2.30.2