[project @ 2005-06-09 05:35:28 by wolfgang]
authorwolfgang <unknown>
Thu, 9 Jun 2005 05:35:28 +0000 (05:35 +0000)
committerwolfgang <unknown>
Thu, 9 Jun 2005 05:35:28 +0000 (05:35 +0000)
Following Apple's announcement to switch to Intel processors,
add i[3456]86-apple-darwin platform.

MERGE TO STABLE

configure.ac

index b491d08..a61bb04 100644 (file)
@@ -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