mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-24 18:29:27 +08:00
* i386.h (CPP_CPU_SPEC): Remove -Asystem(unix).
From-SVN: r21186
This commit is contained in:
parent
421ec9a741
commit
5d46457efa
@ -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.
|
||||
|
@ -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)} \
|
||||
|
Loading…
Reference in New Issue
Block a user