patch tweaks for llvm 3.2

This commit is contained in:
wolfwood
2013-02-06 02:10:24 -05:00
parent c2c7ea163e
commit d260d05819

View File

@@ -29,18 +29,18 @@
+ llvm_cv_no_link_all_option="-Wl,--no-whole-archive"
+ llvm_cv_os_type="Linux"
+ llvm_cv_platform_type="Unix" ;;
*-*-gnu*)
llvm_cv_target_os_type="GNU" ;;
*-*-solaris*)
llvm_cv_link_all_option="-Wl,-z,allextract"
llvm_cv_no_link_all_option="-Wl,-z,defaultextract"
@@ -267,6 +272,8 @@ AC_CACHE_CHECK([type of operating system
llvm_cv_target_os_type="Interix" ;;
*-*-linux*)
llvm_cv_target_os_type="Linux" ;;
+ *-*-xomb*)
+ llvm_cv_target_os_type="Linux" ;;
*-*-gnu*)
llvm_cv_target_os_type="GNU" ;;
*-*-solaris*)
llvm_cv_target_os_type="SunOS" ;;
*-*-auroraux*)
--- llvm-pristine/configure 2011-05-07 00:54:06.000000000 -0400
+++ llvm-2.8/configure 2011-05-07 01:14:55.000000000 -0400
@@ -2205,6 +2205,11 @@ else
@@ -52,18 +52,18 @@
+ llvm_cv_no_link_all_option="-Wl,--no-whole-archive"
+ llvm_cv_os_type="Linux"
+ llvm_cv_platform_type="Unix" ;;
*-*-gnu*)
llvm_cv_target_os_type="GNU" ;;
*-*-solaris*)
llvm_cv_link_all_option="-Wl,-z,allextract"
llvm_cv_no_link_all_option="-Wl,-z,defaultextract"
@@ -2280,6 +2285,8 @@ else
llvm_cv_target_os_type="Interix" ;;
*-*-linux*)
llvm_cv_target_os_type="Linux" ;;
+ *-*-xomb*)
+ llvm_cv_target_os_type="Linux" ;;
*-*-gnu*)
llvm_cv_target_os_type="GNU" ;;
*-*-solaris*)
llvm_cv_target_os_type="SunOS" ;;
*-*-auroraux*)
@@ -2349,7 +2356,7 @@ if test "${llvm_cv_target_arch+set}" = s
else
case $target in