diff options
author | Eric Christopher <echristo@gcc.gnu.org> | 2006-11-07 05:40:34 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gcc.gnu.org> | 2006-11-07 05:40:34 +0000 |
commit | 9519e677aa364957a00d6ac07be28efaac6de69f (patch) | |
tree | 5d3e514d4ebfb4bea757d9a52b40436f2ed2be64 /gcc/config.host | |
parent | 61e390b1ad15e989dcb6ded46cb16b4553724212 (diff) | |
download | gcc-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.host')
-rw-r--r-- | gcc/config.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.host b/gcc/config.host index 4547864..4e3a017 100644 --- a/gcc/config.host +++ b/gcc/config.host @@ -177,7 +177,7 @@ case ${host} in i[34567]86-*-interix3*) host_xmake_file="${host_xmake_file} x-interix" ;; - i[34567]86-*-darwin*) + i[34567]86-*-darwin* | x86_64-*-darwin*) out_host_hook_obj="${out_host_hook_obj} host-i386-darwin.o" host_xmake_file="${host_xmake_file} i386/x-darwin" ;; |