mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-20 08:10:28 +08:00
* pa64-hpux.h (STARTFILE_SPEC): Fix typo in spec.
From-SVN: r93024
This commit is contained in:
parent
9a3bf943ce
commit
9fb29c4634
@ -1,3 +1,7 @@
|
||||
2005-01-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||
|
||||
* pa64-hpux.h (STARTFILE_SPEC): Fix typo in spec.
|
||||
|
||||
2005-01-06 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
PR target/6077
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user