summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/cc_tools/auto-host.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-09-12 15:56:21 +0000
committerobrien <obrien@FreeBSD.org>2002-09-12 15:56:21 +0000
commit1e46ffd648686e64494e3832ac6420df94d3f45e (patch)
treeb564f47805dce146273609b6de67df24f2b45a2f /gnu/usr.bin/cc/cc_tools/auto-host.h
parentf66142d797a4b6de545510a914ac056654e8f684 (diff)
downloadFreeBSD-src-1e46ffd648686e64494e3832ac6420df94d3f45e.zip
FreeBSD-src-1e46ffd648686e64494e3832ac6420df94d3f45e.tar.gz
We're going to have to use a TARGET_ARCH of "x86_64" rather than "x86-64"
to make building GCC happy.
Diffstat (limited to 'gnu/usr.bin/cc/cc_tools/auto-host.h')
-rw-r--r--gnu/usr.bin/cc/cc_tools/auto-host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/auto-host.h b/gnu/usr.bin/cc/cc_tools/auto-host.h
index bd8af40..67c0e00 100644
--- a/gnu/usr.bin/cc/cc_tools/auto-host.h
+++ b/gnu/usr.bin/cc/cc_tools/auto-host.h
@@ -338,7 +338,7 @@
/* #define SIZEOF_LONG 4 */
#if defined(__i386__) || defined(__powerpc__) || defined(__strongarm__)
#define SIZEOF_LONG SIZEOF_INT
-#elif defined(__alpha__) || defined(__sparc64__) || defined(__ia64__)
+#elif defined(__alpha__) || defined(__sparc64__) || defined(__ia64__) || defined(__x86_64__)
#define SIZEOF_LONG SIZEOF_LONG_LONG
#else
#error "I don't know what arch this is."
OpenPOWER on IntegriCloud