diff options
author | Jeff Law <law@gcc.gnu.org> | 1993-04-26 16:16:26 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1993-04-26 16:16:26 -0600 |
commit | f885292675f60d5a79f61f3c374cca8c62eca0cc (patch) | |
tree | 1334bdefce4f7cd31932bfd98e653e00cd6b3baf /gcc | |
parent | 3876db74dca466947ed4a8e4ba768cd7e97ae4d8 (diff) | |
download | gcc-f885292675f60d5a79f61f3c374cca8c62eca0cc.zip gcc-f885292675f60d5a79f61f3c374cca8c62eca0cc.tar.gz gcc-f885292675f60d5a79f61f3c374cca8c62eca0cc.tar.bz2 |
pa-hpux.h (LINK_LIBGCC_SPECIAL): Delete.
* pa-hpux.h (LINK_LIBGCC_SPECIAL): Delete.
(RELATIVE_PREFIX_NOT_LINKDIR): Delete.
From-SVN: r4237
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/pa/pa-hpux.h | 4 | ||||
-rw-r--r-- | gcc/config/pa/pa-hpux7.h | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/pa/pa-hpux.h b/gcc/config/pa/pa-hpux.h index d4ca3b8..33e2ac7 100644 --- a/gcc/config/pa/pa-hpux.h +++ b/gcc/config/pa/pa-hpux.h @@ -40,10 +40,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Like the default, except no -lg. */ #define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-L/lib/libp/ -lc}%{pg:-L/lib/libp/ -lc}" -/* Control how gcc finds libgcc.a and how it passes -L options. */ -#define LINK_LIBGCC_SPECIAL -#define RELATIVE_PREFIX_NOT_LINKDIR - #undef CPP_PREDEFINES #define CPP_PREDEFINES "-Dhppa -Dhp9000s800 -D__hp9000s800 -Dhp9k8 -DPWB -Dhpux -Dunix -D_HPUX_SOURCE" diff --git a/gcc/config/pa/pa-hpux7.h b/gcc/config/pa/pa-hpux7.h index 822b1af..f298278 100644 --- a/gcc/config/pa/pa-hpux7.h +++ b/gcc/config/pa/pa-hpux7.h @@ -40,9 +40,5 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Like the default, except no -lg. */ #define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-L/lib/libp/ -lc}%{pg:-L/lib/libp/ -lc}" -/* Control how gcc finds libgcc.a and how it passes -L options. */ -#define LINK_LIBGCC_SPECIAL -#define RELATIVE_PREFIX_NOT_LINKDIR - #undef CPP_PREDEFINES #define CPP_PREDEFINES "-Dhppa -Dhp9000s800 -D__hp9000s800 -Dhp9k8 -DPWB -Dhpux -Dunix -D_HPUX_SOURCE" |