mirror of git://gcc.gnu.org/git/gcc.git
i386.h (TARGET_CPU_CPP_BUILTINS): Define __amd64 and __amd64__; do not use assertion.
* i386.h (TARGET_CPU_CPP_BUILTINS): Define __amd64 and __amd64__; do not use assertion. Co-Authored-By: Andreas Jaeger <aj@suse.de> From-SVN: r67130
This commit is contained in:
parent
973a43f6e6
commit
97242ddc18
|
@ -1,3 +1,9 @@
|
|||
Fri May 23 21:19:31 CEST 2003 Jan Hubicka <jh@suse.cz>
|
||||
Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* i386.h (TARGET_CPU_CPP_BUILTINS): Define __amd64 and __amd64__;
|
||||
do not use assertion.
|
||||
|
||||
2003-05-23 Mike Stump <mrs@apple.com>
|
||||
|
||||
* tlink.c (scan_linker_output): Add support for darwin linker, as it
|
||||
|
|
|
@ -517,7 +517,8 @@ extern int x86_prefetch_sse;
|
|||
if (TARGET_64BIT) \
|
||||
{ \
|
||||
builtin_assert ("cpu=x86_64"); \
|
||||
builtin_assert ("machine=x86_64"); \
|
||||
builtin_define ("__amd64"); \
|
||||
builtin_define ("__amd64__"); \
|
||||
builtin_define ("__x86_64"); \
|
||||
builtin_define ("__x86_64__"); \
|
||||
builtin_define ("__amd64"); \
|
||||
|
|
Loading…
Reference in New Issue