summaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>2006-11-07 05:40:34 +0000
committerechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>2006-11-07 05:40:34 +0000
commit4a839b30bbf7d9063d1801799a95db29f4b52673 (patch)
tree5d3e514d4ebfb4bea757d9a52b40436f2ed2be64 /gcc/config.gcc
parentecfdd7ef63c135b273945e6adf7e3a70139771da (diff)
downloadgcc-4a839b30bbf7d9063d1801799a95db29f4b52673.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118541 138bc75d-0d04-0410-961f-82ee72b054a4
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 fcdb89c8e71..d1fd076e01c 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"