From 42cd476bc3833747d2de808f9a065ff3b6ffafc1 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 17 Jul 1993 01:31:25 +0000 Subject: [PATCH] (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 --- gcc/config/m68k/hp320.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.30.2