(LINK_LIBGCC_SPECIAL, SPACE_AFTER_L_OPTION)
authorRichard Stallman <rms@gnu.org>
Sat, 17 Jul 1993 01:31:25 +0000 (01:31 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 17 Jul 1993 01:31:25 +0000 (01:31 +0000)
(LINK_LIBGCC_SPECIAL, SPACE_AFTER_L_OPTION)
(LIB_SPEC): Move outside of USE_GAS conditional.

From-SVN: r4929

gcc/config/m68k/hp320.h

index 4e3eb03..65e5169 100644 (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"