summaryrefslogtreecommitdiff
path: root/gcc/config/i386/gnu.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gcc.gnu.org>1994-08-31 06:49:30 +0000
committerRoland McGrath <roland@gcc.gnu.org>1994-08-31 06:49:30 +0000
commit3427d6e599f1ad8618493a412e09e6fd76d8d2c5 (patch)
treea10d7980a6a7f5dc7d2ae3eb0dcee7ec8af2f498 /gcc/config/i386/gnu.h
parent8bec060292159baa78172ba0a7cd4e38bb0f7d3a (diff)
downloadgcc-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.h4
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 -)"