diff options
Diffstat (limited to 'gcc/config/i386/ptx4-i.h')
-rw-r--r-- | gcc/config/i386/ptx4-i.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/ptx4-i.h b/gcc/config/i386/ptx4-i.h index 0303014efab..6b0a49ba616 100644 --- a/gcc/config/i386/ptx4-i.h +++ b/gcc/config/i386/ptx4-i.h @@ -40,7 +40,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 \ - "-Di386 -Dunix -D_SEQUENT_ -Asystem(unix) -Asystem(ptx4) -Acpu(i386) -Amachine(i386)" + "-Dunix -D_SEQUENT_ -Asystem(unix) -Asystem(ptx4)" /* 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 |