* i386.h (CPP_CPU_SPEC): Remove -Asystem(unix).
authorRichard Henderson <rth@cygnus.com>
Wed, 15 Jul 1998 10:50:48 +0000 (03:50 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 15 Jul 1998 10:50:48 +0000 (03:50 -0700)
From-SVN: r21186

gcc/ChangeLog
gcc/config/i386/i386.h

index 1b4bf82..3e6d15b 100644 (file)
@@ -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.
index a575611..51c0783 100644 (file)
@@ -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)} \