diff options
Diffstat (limited to 'gcc/config/pa/pa64-hpux.h')
-rw-r--r-- | gcc/config/pa/pa64-hpux.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/pa/pa64-hpux.h b/gcc/config/pa/pa64-hpux.h index 5132b2fe5e4..5c1bd02c012 100644 --- a/gcc/config/pa/pa64-hpux.h +++ b/gcc/config/pa/pa64-hpux.h @@ -27,10 +27,10 @@ along with GCC; see the file COPYING3. If not see #if ((TARGET_DEFAULT | TARGET_CPU_DEFAULT) & MASK_GNU_LD) #define LINK_SPEC \ "%{!shared:%{p:-L/lib/pa20_64/libp -L/usr/lib/pa20_64/libp %{!static:\ - %nWarning: consider linking with `-static' as system libraries with\n\ + %nwarning: consider linking with '-static' as system libraries with\n\ %n profiling support are only provided in archive format}}}\ %{!shared:%{pg:-L/lib/pa20_64/libp -L/usr/lib/pa20_64/libp %{!static:\ - %nWarning: consider linking with `-static' as system libraries with\n\ + %nwarning: consider linking with '-static' as system libraries with\n\ %n profiling support are only provided in archive format}}}\ %{!shared:%{!static:%{rdynamic:-E}}}\ %{mhp-ld:+Accept TypeMismatch -z} %{mlinker-opt:-O}\ @@ -39,10 +39,10 @@ along with GCC; see the file COPYING3. If not see #else #define LINK_SPEC \ "%{!shared:%{p:-L/lib/pa20_64/libp -L/usr/lib/pa20_64/libp %{!static:\ - %nWarning: consider linking with `-static' as system libraries with\n\ + %nwarning: consider linking with '-static' as system libraries with\n\ %n profiling support are only provided in archive format}}}\ %{!shared:%{pg:-L/lib/pa20_64/libp -L/usr/lib/pa20_64/libp %{!static:\ - %nWarning: consider linking with `-static' as system libraries with\n\ + %nwarning: consider linking with '-static' as system libraries with\n\ %n profiling support are only provided in archive format}}}\ %{!shared:%{!static:%{rdynamic:-E}}}\ %{!mgnu-ld:+Accept TypeMismatch -z} %{mlinker-opt:-O}\ |