diff options
Diffstat (limited to 'gcc/config/pa/pa-hpux10.h')
-rw-r--r-- | gcc/config/pa/pa-hpux10.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/pa/pa-hpux10.h b/gcc/config/pa/pa-hpux10.h index 4fe03f6dd8d..9a02eeacab6 100644 --- a/gcc/config/pa/pa-hpux10.h +++ b/gcc/config/pa/pa-hpux10.h @@ -84,10 +84,10 @@ along with GCC; see the file COPYING3. If not see #define LINK_SPEC \ "%{!mpa-risc-1-0:%{!march=1.0:%{static:-L/lib/pa1.1 -L/usr/lib/pa1.1 }}}\ %{!shared:%{p:-L/lib/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/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}}}\ -z %{mlinker-opt:-O} %{!shared:-u main}\ @@ -95,10 +95,10 @@ along with GCC; see the file COPYING3. If not see #else #define LINK_SPEC \ "%{!shared:%{p:-L/lib/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/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}}}\ -z %{mlinker-opt:-O} %{!shared:-u main}\ |