From: Richard Stallman Date: Sat, 17 Jul 1993 01:31:25 +0000 (+0000) Subject: (LINK_LIBGCC_SPECIAL, SPACE_AFTER_L_OPTION) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=42cd476bc3833747d2de808f9a065ff3b6ffafc1;p=gcc.git (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 --- diff --git a/gcc/config/m68k/hp320.h b/gcc/config/m68k/hp320.h index 4e3eb03466f..65e5169f149 100644 --- a/gcc/config/m68k/hp320.h +++ b/gcc/config/m68k/hp320.h @@ -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"