comparison gcc/config/pa/pa64-hpux.h @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children f6334be47118
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
30 %nWarning: consider linking with `-static' as system libraries with\n\ 30 %nWarning: consider linking with `-static' as system libraries with\n\
31 %n profiling support are only provided in archive format}}}\ 31 %n profiling support are only provided in archive format}}}\
32 %{!shared:%{pg:-L/lib/pa20_64/libp -L/usr/lib/pa20_64/libp %{!static:\ 32 %{!shared:%{pg:-L/lib/pa20_64/libp -L/usr/lib/pa20_64/libp %{!static:\
33 %nWarning: consider linking with `-static' as system libraries with\n\ 33 %nWarning: consider linking with `-static' as system libraries with\n\
34 %n profiling support are only provided in archive format}}}\ 34 %n profiling support are only provided in archive format}}}\
35 %{mhp-ld:+Accept TypeMismatch -z} -E %{mlinker-opt:-O}\ 35 %{!shared:%{!static:%{rdynamic:-E}}}\
36 %{mhp-ld:+Accept TypeMismatch -z} %{mlinker-opt:-O}\
36 %{!shared:-u main %{!nostdlib:%{!nodefaultlibs:-u __cxa_finalize}}}\ 37 %{!shared:-u main %{!nostdlib:%{!nodefaultlibs:-u __cxa_finalize}}}\
37 %{static:-a archive} %{shared:%{mhp-ld:-b}%{!mhp-ld:-shared}}" 38 %{static:-a archive} %{shared:%{mhp-ld:-b}%{!mhp-ld:-shared}}"
38 #else 39 #else
39 #define LINK_SPEC \ 40 #define LINK_SPEC \
40 "%{!shared:%{p:-L/lib/pa20_64/libp -L/usr/lib/pa20_64/libp %{!static:\ 41 "%{!shared:%{p:-L/lib/pa20_64/libp -L/usr/lib/pa20_64/libp %{!static:\
41 %nWarning: consider linking with `-static' as system libraries with\n\ 42 %nWarning: consider linking with `-static' as system libraries with\n\
42 %n profiling support are only provided in archive format}}}\ 43 %n profiling support are only provided in archive format}}}\
43 %{!shared:%{pg:-L/lib/pa20_64/libp -L/usr/lib/pa20_64/libp %{!static:\ 44 %{!shared:%{pg:-L/lib/pa20_64/libp -L/usr/lib/pa20_64/libp %{!static:\
44 %nWarning: consider linking with `-static' as system libraries with\n\ 45 %nWarning: consider linking with `-static' as system libraries with\n\
45 %n profiling support are only provided in archive format}}}\ 46 %n profiling support are only provided in archive format}}}\
46 %{!mgnu-ld:+Accept TypeMismatch -z} -E %{mlinker-opt:-O}\ 47 %{!shared:%{!static:%{rdynamic:-E}}}\
48 %{!mgnu-ld:+Accept TypeMismatch -z} %{mlinker-opt:-O}\
47 %{!shared:-u main %{!nostdlib:%{!nodefaultlibs:-u __cxa_finalize}}}\ 49 %{!shared:-u main %{!nostdlib:%{!nodefaultlibs:-u __cxa_finalize}}}\
48 %{static:-a archive} %{shared:%{mgnu-ld:-shared}%{!mgnu-ld:-b}}" 50 %{static:-a archive} %{shared:%{mgnu-ld:-shared}%{!mgnu-ld:-b}}"
49 #endif 51 #endif
50 52
51 /* Profiling support is only provided in libc.a. However, libprof and 53 /* Profiling support is only provided in libc.a. However, libprof and