aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorEric Christopher <echristo@gcc.gnu.org>2006-11-07 05:40:34 +0000
committerEric Christopher <echristo@gcc.gnu.org>2006-11-07 05:40:34 +0000
commit9519e677aa364957a00d6ac07be28efaac6de69f (patch)
tree5d3e514d4ebfb4bea757d9a52b40436f2ed2be64 /gcc/config.gcc
parent61e390b1ad15e989dcb6ded46cb16b4553724212 (diff)
downloadgcc-9519e677aa364957a00d6ac07be28efaac6de69f.zip
gcc-9519e677aa364957a00d6ac07be28efaac6de69f.tar.gz
gcc-9519e677aa364957a00d6ac07be28efaac6de69f.tar.bz2
config.gcc: Add x86_64-darwin host support.
2006-11-06 Eric Christopher <echristo@apple.com> * config.gcc: Add x86_64-darwin host support. * config.host: Ditto. * config/i386/darwin64.h: New file. * config/i386/t-darwin64: Ditto. From-SVN: r118541
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index fcdb89c..d1fd076 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1015,6 +1015,12 @@ i[34567]86-*-darwin*)
with_arch=${with_arch:-nocona}
with_cpu=${with_cpu:-generic}
;;
+x86_64-*-darwin*)
+ with_arch=${with_arch:-nocona}
+ with_cpu=${with_cpu:-generic}
+ tmake_file="t-darwin ${cpu_type}/t-darwin64 t-slibgcc-darwin"
+ tm_file="${tm_file} ${cpu_type}/darwin64.h"
+ ;;
i[34567]86-*-elf*)
tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h"
tmake_file="i386/t-i386elf t-svr4"