From 246abe64cf39012d550a8d9922af0c8751824605 Mon Sep 17 00:00:00 2001 From: wolfgang Date: Thu, 9 Jun 2005 05:35:28 +0000 Subject: [PATCH] [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 --- configure.ac | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/configure.ac b/configure.ac index b491d08..a61bb04 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 -- 1.7.10.4