Commit 42cd476b by Richard Stallman

(LINK_LIBGCC_SPECIAL, SPACE_AFTER_L_OPTION)

(LINK_LIBGCC_SPECIAL, SPACE_AFTER_L_OPTION)
(LIB_SPEC): Move outside of USE_GAS conditional.

From-SVN: r4929
parent f3b58347
...@@ -43,13 +43,14 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -43,13 +43,14 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define AS_BUG_TRAILING_LABEL #define AS_BUG_TRAILING_LABEL
#endif #endif
#endif /* not USE_GAS */
/* gcc.c should find libgcc.a itself rather than expecting linker to. */ /* gcc.c should find libgcc.a itself rather than expecting linker to. */
#define LINK_LIBGCC_SPECIAL #define LINK_LIBGCC_SPECIAL
/* The arguments of -L must be a separate argv element. */ /* The arguments of -L must be a separate argv element. */
#define SPACE_AFTER_L_OPTION #define SPACE_AFTER_L_OPTION
/* HP/UX doesn't have libg.a. */ /* HP/UX doesn't have libg.a. */
#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}" #define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
#endif
/* Be compatible with system stddef.h. */ /* Be compatible with system stddef.h. */
#define SIZE_TYPE "unsigned int" #define SIZE_TYPE "unsigned int"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment