(LIB_SPEC): New macro.
authorRoland McGrath <roland@gcc.gnu.org>
Wed, 31 Aug 1994 06:49:30 +0000 (06:49 +0000)
committerRoland McGrath <roland@gcc.gnu.org>
Wed, 31 Aug 1994 06:49:30 +0000 (06:49 +0000)
From-SVN: r8003

gcc/config/i386/gnu.h

index a4bb67a..19b9c14 100644 (file)
@@ -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 -)"