diff options
author | Richard Stallman <rms@gnu.org> | 1993-07-17 01:31:25 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-07-17 01:31:25 +0000 |
commit | 42cd476bc3833747d2de808f9a065ff3b6ffafc1 (patch) | |
tree | 5f7e47c523967484a71a72ece8d638c6f9f3b2ef | |
parent | f3b5834778cb28c63c02c5e81fa6bdaf20ae4e12 (diff) | |
download | gcc-42cd476bc3833747d2de808f9a065ff3b6ffafc1.zip gcc-42cd476bc3833747d2de808f9a065ff3b6ffafc1.tar.gz gcc-42cd476bc3833747d2de808f9a065ff3b6ffafc1.tar.bz2 |
(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
-rw-r--r-- | gcc/config/m68k/hp320.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/m68k/hp320.h b/gcc/config/m68k/hp320.h index 4e3eb03..65e5169 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" |