* i386.h (CPP_CPU_SPEC): Remove -Asystem(unix).

From-SVN: r21186
This commit is contained in:
Richard Henderson 1998-07-15 03:50:48 -07:00 committed by Richard Henderson
parent 421ec9a741
commit 5d46457efa
2 changed files with 5 additions and 1 deletions

View 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.

View 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)} \