diff options
Diffstat (limited to 'gcc/config/i386/sol2.h')
-rw-r--r-- | gcc/config/i386/sol2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/sol2.h b/gcc/config/i386/sol2.h index 9ed50f7f468..bd61ee99700 100644 --- a/gcc/config/i386/sol2.h +++ b/gcc/config/i386/sol2.h @@ -64,7 +64,7 @@ Boston, MA 02111-1307, USA. */ /* Add "sun" to the list of symbols defined for SVR4. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES \ - "-Dunix -D__svr4__ -D__SVR4 -Dsun -Asystem(svr4)" + "-Dunix -D__svr4__ -D__SVR4 -Dsun -Asystem=svr4" #undef CPP_SPEC #define CPP_SPEC "%(cpp_cpu) \ |