diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2005-01-07 01:11:57 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2005-01-07 01:11:57 +0000 |
commit | 9fb29c4634ac5ccb93fc59befd92135e5c0d108a (patch) | |
tree | 8db2623676f40bbd247aa7091759a337a640e378 /gcc/config/pa | |
parent | 9a3bf943cef085b07d390330be5a11abae72842a (diff) | |
download | gcc-9fb29c4634ac5ccb93fc59befd92135e5c0d108a.zip gcc-9fb29c4634ac5ccb93fc59befd92135e5c0d108a.tar.gz gcc-9fb29c4634ac5ccb93fc59befd92135e5c0d108a.tar.bz2 |
* pa64-hpux.h (STARTFILE_SPEC): Fix typo in spec.
From-SVN: r93024
Diffstat (limited to 'gcc/config/pa')
-rw-r--r-- | gcc/config/pa/pa64-hpux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa64-hpux.h b/gcc/config/pa/pa64-hpux.h index ba725e5..2cc6691 100644 --- a/gcc/config/pa/pa64-hpux.h +++ b/gcc/config/pa/pa64-hpux.h @@ -276,7 +276,7 @@ do { \ #if TARGET_HPUX_11_11 #define STARTFILE_SPEC \ "%{!shared: %{!symbolic: crt0%O%s} %{munix=95:unix95.o%s} \ - %{!munix=93:%{!munix=95:unix98%O%s}}} %{static:crtbeginT%Oos} \ + %{!munix=93:%{!munix=95:unix98%O%s}}} %{static:crtbeginT%O%s} \ %{!static:%{!shared:crtbegin%O%s} %{shared:crtbeginS%O%s}}" #else #define STARTFILE_SPEC \ |