diff options
Diffstat (limited to 'gcc/config/i386/sysv4.h')
-rw-r--r-- | gcc/config/i386/sysv4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/sysv4.h b/gcc/config/i386/sysv4.h index 2c0d0188a1b..eb6c32c25b6 100644 --- a/gcc/config/i386/sysv4.h +++ b/gcc/config/i386/sysv4.h @@ -39,7 +39,7 @@ Boston, MA 02111-1307, USA. */ /* This used to define X86, but james@bigtex.cactus.org says that is supposed to be defined optionally by user programs--not by default. */ #define CPP_PREDEFINES \ - "-Dunix -D__svr4__ -Asystem(unix) -Asystem(svr4)" + "-Dunix -D__svr4__ -Asystem=unix -Asystem=svr4" /* This is how to output assembly code to define a `float' constant. We always have to use a .long pseudo-op to do this because the native |