mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-25 16:13:17 +00:00
Make our default predefines ANSI clean.
This commit is contained in:
parent
dab94652b1
commit
69eafeae74
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97532
@ -574,8 +574,7 @@ extern int ix86_arch;
|
||||
#endif
|
||||
|
||||
#define CPP_CPU32_SPEC \
|
||||
"-Acpu=i386 -Amachine=i386 %{!ansi:%{!std=c*:%{!std=i*:-Di386}}} -D__i386 \
|
||||
-D__i386__ %(cpp_cpu32sizet)"
|
||||
"-Acpu=i386 -Amachine=i386 -D__i386 -D__i386__ %(cpp_cpu32sizet)"
|
||||
|
||||
#define CPP_CPU64_SPEC \
|
||||
"-Acpu=x86_64 -Amachine=x86_64 -D__x86_64 -D__x86_64__ %(cpp_cpu64sizet)"
|
||||
|
Loading…
Reference in New Issue
Block a user