(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
This commit is contained in:
Richard Stallman 1993-07-17 01:31:25 +00:00
parent f3b5834778
commit 42cd476bc3
1 changed files with 2 additions and 1 deletions

View File

@ -43,13 +43,14 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define AS_BUG_TRAILING_LABEL
#endif
#endif /* not USE_GAS */
/* gcc.c should find libgcc.a itself rather than expecting linker to. */
#define LINK_LIBGCC_SPECIAL
/* The arguments of -L must be a separate argv element. */
#define SPACE_AFTER_L_OPTION
/* HP/UX doesn't have libg.a. */
#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
#endif
/* Be compatible with system stddef.h. */
#define SIZE_TYPE "unsigned int"