(LIB_SPEC): New macro.

From-SVN: r8003
This commit is contained in:
Roland McGrath 1994-08-31 06:49:30 +00:00
parent 8bec060292
commit 3427d6e599

View 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 -)"