diff options
author | Jeff Law <law@gcc.gnu.org> | 1994-04-10 02:50:04 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1994-04-10 02:50:04 -0600 |
commit | 8c9f069480baa35feeb667e3be554063c267f9ad (patch) | |
tree | 0a8e599a97040ef1b11cd74bf83b785a1ce15298 /gcc/config/pa | |
parent | 0cd301431298eec38f4b295de65fa30f973b982b (diff) | |
download | gcc-8c9f069480baa35feeb667e3be554063c267f9ad.zip gcc-8c9f069480baa35feeb667e3be554063c267f9ad.tar.gz gcc-8c9f069480baa35feeb667e3be554063c267f9ad.tar.bz2 |
pa-ghiux.h (LIB_SPEC): Remove last change until we've got the go ahead from HP to distribute...
* pa-ghiux.h (LIB_SPEC): Remove last change until we've got the
go ahead from HP to distribute /usr/lib/end.o.
* pa-ghpux.h, pa-hiux.h, pa-ghiux.h: Likewise.
From-SVN: r7014
Diffstat (limited to 'gcc/config/pa')
-rw-r--r-- | gcc/config/pa/pa-hiux.h | 2 | ||||
-rw-r--r-- | gcc/config/pa/pa-hpux.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/pa/pa-hiux.h b/gcc/config/pa/pa-hiux.h index efd8197..31a5e91 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} /usr/lib/end.o" +#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-L/lib/libp/ -lc}%{pg:-L/lib/libp/ -lc}" #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 2bd3f1a..9ba4f30 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} /usr/lib/end.o" +#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 -Asystem(unix) -Asystem(hpux) -Acpu(hppa) -Amachine(hppa)" |