diff options
author | obrien <obrien@FreeBSD.org> | 2003-04-26 20:04:38 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-04-26 20:04:38 +0000 |
commit | 8a892a44c5852850564a9e70529f7f82ac49001f (patch) | |
tree | f70cdeaa1be53055fa99720cd26dac19d5863457 /contrib/gcc | |
parent | 9044d0c91282729c6c2963377d1d5df240e0d955 (diff) | |
download | FreeBSD-src-8a892a44c5852850564a9e70529f7f82ac49001f.zip FreeBSD-src-8a892a44c5852850564a9e70529f7f82ac49001f.tar.gz |
We're changing the platform name from x86[_-]86 to amd64.
Diffstat (limited to 'contrib/gcc')
-rw-r--r-- | contrib/gcc/config/i386/i386.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/config/i386/i386.h b/contrib/gcc/config/i386/i386.h index 3885dda..8c7f120 100644 --- a/contrib/gcc/config/i386/i386.h +++ b/contrib/gcc/config/i386/i386.h @@ -585,7 +585,7 @@ extern int ix86_arch; -D__i386__ %(cpp_cpu32sizet)" #define CPP_CPU64_SPEC \ - "-Acpu=x86_64 -Amachine=x86_64 -D__x86_64 -D__x86_64__ %(cpp_cpu64sizet)" + "-Acpu=x86_64 -Amachine=x86_64 -D__x86_64 -D__x86_64__ %(cpp_cpu64sizet) -D__amd64__ -D__AMD64__" #define CPP_CPUCOMMON_SPEC "\ %{march=i386:%{!mcpu*:-D__tune_i386__ }}\ |