diff options
Diffstat (limited to 'gcc/config/lynx.h')
| -rw-r--r-- | gcc/config/lynx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/lynx.h b/gcc/config/lynx.h index 411c7d7..2805a57 100644 --- a/gcc/config/lynx.h +++ b/gcc/config/lynx.h @@ -68,7 +68,7 @@ Boston, MA 02110-1301, USA. */ # define CPP_OS_LYNX_SPEC \ "%{mthreads: \ %{mlegacy-threads: \ - %eCannot use mthreads and mlegacy-threads together.}} \ + %ecannot use mthreads and mlegacy-threads together}} \ %{mthreads: -D_MULTITHREADED} \ %{mlegacy-threads: -D_THREADS_POSIX4ad4} \ -Asystem=lynx -Asystem=unix -D__Lynx__ -D__unix__" @@ -93,7 +93,7 @@ Boston, MA 02110-1301, USA. */ #ifndef LINK_OS_LYNX_SPEC # define LINK_OS_LYNX_SPEC \ "%{shared} %{static} \ - %{mshared: %{static: %eCannot use mshared and static together.}} \ + %{mshared: %{static: %ecannot use mshared and static together}} \ %{!mshared: %{!shared: %{!static: -static}}} \ %{L*} \ %{mthreads: \ |
