aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gcc.gnu.org>1994-09-23 23:02:58 +0000
committerRoland McGrath <roland@gcc.gnu.org>1994-09-23 23:02:58 +0000
commiteb1db5a6de53b9104add9285c51265132b913719 (patch)
treedf3aebe3c6bf2e3734f805d28016581b9de6eeb9
parente1a8c3947f0e640d5c14d50e05d701c993f50e4d (diff)
downloadgcc-eb1db5a6de53b9104add9285c51265132b913719.zip
gcc-eb1db5a6de53b9104add9285c51265132b913719.tar.gz
gcc-eb1db5a6de53b9104add9285c51265132b913719.tar.bz2
(LIB_SPEC): Remove macro.
From-SVN: r8126
-rw-r--r--gcc/config/i386/gnu.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/i386/gnu.h b/gcc/config/i386/gnu.h
index 19b9c14..a4bb67a 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 -)"