diff options
author | Steve Ellcey <sje@cup.hp.com> | 2003-02-27 16:21:34 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2003-02-27 16:21:34 +0000 |
commit | 986704f1c14f3931286ce1a8e632024e4a2b954c (patch) | |
tree | 056be1eacf3cda3fd29b8117b34857756a9eeb22 /gcc/config/ia64/hpux.h | |
parent | 1e3af7f60a4ef9b5472136a084f9727afc9054c5 (diff) | |
download | gcc-986704f1c14f3931286ce1a8e632024e4a2b954c.tar.gz |
* config/ia64/hpux.h (STARTFILE_PREFIX_SPEC): Remove.
From-SVN: r63511
Diffstat (limited to 'gcc/config/ia64/hpux.h')
-rw-r--r-- | gcc/config/ia64/hpux.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/ia64/hpux.h b/gcc/config/ia64/hpux.h index be6b6a36180..9a80cc6d449 100644 --- a/gcc/config/ia64/hpux.h +++ b/gcc/config/ia64/hpux.h @@ -57,12 +57,6 @@ do { \ #undef STARTFILE_SPEC #define STARTFILE_SPEC "%{!shared:%{static:crt0%O%s}}" -#ifndef CROSS_COMPILE -#define STARTFILE_PREFIX_SPEC \ - "%{mlp64: /usr/ccs/lib/hpux64/} \ - %{!mlp64: /usr/ccs/lib/hpux32/}" -#endif - #undef LINK_SPEC #define LINK_SPEC \ "+Accept TypeMismatch \ |