From: Roland McGrath Date: Fri, 23 Sep 1994 23:02:58 +0000 (+0000) Subject: (LIB_SPEC): Remove macro. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eb1db5a6de53b9104add9285c51265132b913719;p=gcc.git (LIB_SPEC): Remove macro. From-SVN: r8126 --- 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 -)"