Seems we are not ready for revision 1.8.

This commit is contained in:
David E. O'Brien 2002-05-30 06:04:14 +00:00
parent 4f3cd85e1d
commit e07ec61d37
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97543

View File

@ -574,7 +574,8 @@ extern int ix86_arch;
#endif
#define CPP_CPU32_SPEC \
"-Acpu=i386 -Amachine=i386 -D__i386 -D__i386__ %(cpp_cpu32sizet)"
"-Acpu=i386 -Amachine=i386 %{!ansi:%{!std=c*:%{!std=i*:-Di386}}} -D__i386 \
-D__i386__ %(cpp_cpu32sizet)"
#define CPP_CPU64_SPEC \
"-Acpu=x86_64 -Amachine=x86_64 -D__x86_64 -D__x86_64__ %(cpp_cpu64sizet)"