aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1994-04-04 23:21:29 -0600
committerJeff Law <law@gcc.gnu.org>1994-04-04 23:21:29 -0600
commit5625b0521defe673b22cd65c99f1134a6d2944e0 (patch)
tree07a56351529cf0e92fe12ad5029a6381eeb75829 /gcc
parent9f27ca8bff6812c869f464a404c495ea14ac5fdc (diff)
downloadgcc-5625b0521defe673b22cd65c99f1134a6d2944e0.zip
gcc-5625b0521defe673b22cd65c99f1134a6d2944e0.tar.gz
gcc-5625b0521defe673b22cd65c99f1134a6d2944e0.tar.bz2
pa-ghiux.h (LIB_SPEC): Link in /usr/lib/end.o
* pa-ghiux.h (LIB_SPEC): Link in /usr/lib/end.o * pa-ghpux.h, pa-hiux.h, pa-hpux.h (LIB_SPEC): Likewise. From-SVN: r6967
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/pa/pa-hiux.h2
-rw-r--r--gcc/config/pa/pa-hpux.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/pa/pa-hiux.h b/gcc/config/pa/pa-hiux.h
index 31a5e91..efd8197 100644
--- a/gcc/config/pa/pa-hiux.h
+++ b/gcc/config/pa/pa-hiux.h
@@ -34,7 +34,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#undef DBX_DEBUGGING_INFO
/* 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} /usr/lib/end.o"
#undef CPP_SPEC
#if (TARGET_DEFAULT & 1) == 0
diff --git a/gcc/config/pa/pa-hpux.h b/gcc/config/pa/pa-hpux.h
index 9ba4f30..2bd3f1a 100644
--- a/gcc/config/pa/pa-hpux.h
+++ b/gcc/config/pa/pa-hpux.h
@@ -36,7 +36,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} /usr/lib/end.o"
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-Dhppa -Dhp9000s800 -D__hp9000s800 -Dhp9k8 -DPWB -Dhpux -Dunix -D_HPUX_SOURCE -Asystem(unix) -Asystem(hpux) -Acpu(hppa) -Amachine(hppa)"