aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gnu.org>1993-10-01 22:18:47 +0000
committerTorbjorn Granlund <tege@gnu.org>1993-10-01 22:18:47 +0000
commitd4c5360df0ecf6dbc516ca4a31d583946e0b033e (patch)
tree880f1eb7084403f6ca53c65a60a16db72496551b /gcc/config
parentc3efc7c4d67d26badfb33fb2bb33e7cc3193ae7a (diff)
downloadgcc-d4c5360df0ecf6dbc516ca4a31d583946e0b033e.zip
gcc-d4c5360df0ecf6dbc516ca4a31d583946e0b033e.tar.gz
gcc-d4c5360df0ecf6dbc516ca4a31d583946e0b033e.tar.bz2
(LIB_SPEC): Make sure to add space between flags.
From-SVN: r5545
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/pa/pa-hpux7.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa-hpux7.h b/gcc/config/pa/pa-hpux7.h
index d5137d5..44201f0 100644
--- a/gcc/config/pa/pa-hpux7.h
+++ b/gcc/config/pa/pa-hpux7.h
@@ -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"