(LIB_SPEC): Make sure to add space between flags.
authorTorbjorn Granlund <tege@gnu.org>
Fri, 1 Oct 1993 22:18:47 +0000 (22:18 +0000)
committerTorbjorn Granlund <tege@gnu.org>
Fri, 1 Oct 1993 22:18:47 +0000 (22:18 +0000)
From-SVN: r5545

gcc/config/pa/pa-hpux7.h

index d5137d5701fabb0070ef4945898307b8aa15880e..44201f0e7d83645767ca327c2c7d9164643e2305 100644 (file)
@@ -43,7 +43,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define DEFAULT_GDB_EXTENSIONS 0
 
 /* Like the default, except no -lg.  */
-#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-L/lib/libp/ -lc}%{pg:-L/lib/libp/ -lc}"
+#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p: -L/lib/libp/ -lc}%{pg: -L/lib/libp/ -lc}"
 
 #undef CPP_PREDEFINES
 #define CPP_PREDEFINES "-Dhppa -Dhp9000s800 -D__hp9000s800 -Dhp9k8 -DPWB -Dhpux -Dunix -D_HPUX_SOURCE"