aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>1998-07-15 03:50:48 -0700
committerRichard Henderson <rth@gcc.gnu.org>1998-07-15 03:50:48 -0700
commit5d46457efa7b705d4c27bcf4a9da6659f3847803 (patch)
tree370e2e5c10f27686ca8051ea04cb66493bcc3139 /gcc
parent421ec9a741662059d9857e316d6f7878383373c1 (diff)
downloadgcc-5d46457efa7b705d4c27bcf4a9da6659f3847803.zip
gcc-5d46457efa7b705d4c27bcf4a9da6659f3847803.tar.gz
gcc-5d46457efa7b705d4c27bcf4a9da6659f3847803.tar.bz2
* i386.h (CPP_CPU_SPEC): Remove -Asystem(unix).
From-SVN: r21186
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/i386/i386.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1b4bf82..3e6d15b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+Wed Jul 15 10:49:55 1998 Richard Henderson <rth@cygnus.com>
+
+ * i386.h (CPP_CPU_SPEC): Remove -Asystem(unix).
+
Tue Jul 14 14:15:30 1998 Nick Clifton <nickc@cygnus.com>
* gcc.c: Remove ANSI-C ism from --help code.
diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h
index a575611..51c0783 100644
--- a/gcc/config/i386/i386.h
+++ b/gcc/config/i386/i386.h
@@ -328,7 +328,7 @@ extern int ix86_arch;
#ifndef CPP_CPU_SPEC
#define CPP_CPU_SPEC "\
--Asystem(unix) -Acpu(i386) -Amachine(i386) \
+-Acpu(i386) -Amachine(i386) \
%{!ansi:-Di386} -D__i386 -D__i386__ \
%{mcpu=i486:%(cpp_486)} %{m486:%(cpp_486)} \
%{mpentium:%(cpp_586)} %{mcpu=pentium:%(cpp_586)} \