diff options
author | wolfgang.thaller@gmx.net <unknown> | 2006-11-27 13:06:02 +0000 |
---|---|---|
committer | wolfgang.thaller@gmx.net <unknown> | 2006-11-27 13:06:02 +0000 |
commit | ffdbb302967a147550113251e47b9d98a7affdc0 (patch) | |
tree | 9d3f3e67c928c92b1ef23ba30b1524e131007239 /configure.ac | |
parent | 08560cf0e3a2a1928650ca5d5d0bb44fbac2ea44 (diff) | |
download | haskell-ffdbb302967a147550113251e47b9d98a7affdc0.tar.gz |
Initial support for x86_64-darwin
Basic -fvia-C code generation is there, not much testing.
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 7f977cd654..8b00e5af02 100644 --- a/configure.ac +++ b/configure.ac @@ -317,6 +317,15 @@ x86_64-*-linux*) HostVendor_CPP='unknown' HostOS_CPP='linux' ;; +x86_64-apple-darwin*) + HostPlatform=x86_64-apple-darwin + TargetPlatform=x86_64-apple-darwin + BuildPlatform=x86_64-apple-darwin + HostPlatform_CPP='x86_64_apple_darwin' + HostArch_CPP='x86_64' + HostVendor_CPP='apple' + HostOS_CPP='darwin' + ;; m68k-*-linux*) HostPlatform=m68k-unknown-linux # hack again TargetPlatform=m68k-unknown-linux |