Skip to content
Snippets Groups Projects
Commit f5a2d4f6 authored by danglin's avatar danglin
Browse files

* pa64-hpux.h (STARTFILE_SPEC): Fix typo in spec.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93024 138bc75d-0d04-0410-961f-82ee72b054a4
parent 4a3d6195
No related merge requests found
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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment