diff options
author | wolfgang <unknown> | 2005-06-09 05:35:28 +0000 |
---|---|---|
committer | wolfgang <unknown> | 2005-06-09 05:35:28 +0000 |
commit | 246abe64cf39012d550a8d9922af0c8751824605 (patch) | |
tree | d0e55bc614f68bf5a4736db41533a30ba613e907 /configure.ac | |
parent | 841429e6cf56e00a56e056e974411ff6b4329ce3 (diff) | |
download | haskell-246abe64cf39012d550a8d9922af0c8751824605.tar.gz |
[project @ 2005-06-09 05:35:28 by wolfgang]
Following Apple's announcement to switch to Intel processors,
add i[3456]86-apple-darwin platform.
MERGE TO STABLE
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b491d08fe9..a61bb0448e 100644 --- a/configure.ac +++ b/configure.ac @@ -262,6 +262,15 @@ i[[3456]]86-*-mingw32*) HostOS_CPP='mingw32' exeext='.exe' ;; +i[[3456]]86-apple-darwin*) + HostPlatform=i386-apple-darwin + TargetPlatform=i386-apple-darwin #hack + BuildPlatform=i386-apple-darwin #hack + HostPlatform_CPP='i386_apple_darwin' + HostArch_CPP='i386' + HostVendor_CPP='apple' + HostOS_CPP='darwin' + ;; ia64-*-linux*) HostPlatform=ia64-unknown-linux # hack again TargetPlatform=ia64-unknown-linux |