diff options
Diffstat (limited to 'gcc/config/i386/osfelf.h')
-rw-r--r-- | gcc/config/i386/osfelf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/osfelf.h b/gcc/config/i386/osfelf.h index 4604a341175..381ffc26313 100644 --- a/gcc/config/i386/osfelf.h +++ b/gcc/config/i386/osfelf.h @@ -25,7 +25,7 @@ Boston, MA 02111-1307, USA. */ #define CPP_PREDEFINES "-DOSF -DOSF1 -Dunix -Asystem(xpg4)" #undef CPP_SPEC -#define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] \ +#define CPP_SPEC "%(cpp_cpu) \ %{mrose: -D__ROSE__ %{!pic-none: -D__SHARED__}} \ %{!mrose: -D__ELF__ %{fpic: -D__SHARED__}} \ %{mno-underscores: -D__NO_UNDERSCORES__} \ |