mirror of
https://github.com/xomboverlord/buildtools.git
synced 2026-01-11 18:33:17 +01:00
patch tweaks for llvm 3.2
This commit is contained in:
@@ -29,18 +29,18 @@
|
|||||||
+ llvm_cv_no_link_all_option="-Wl,--no-whole-archive"
|
+ llvm_cv_no_link_all_option="-Wl,--no-whole-archive"
|
||||||
+ llvm_cv_os_type="Linux"
|
+ llvm_cv_os_type="Linux"
|
||||||
+ llvm_cv_platform_type="Unix" ;;
|
+ llvm_cv_platform_type="Unix" ;;
|
||||||
|
*-*-gnu*)
|
||||||
|
llvm_cv_target_os_type="GNU" ;;
|
||||||
*-*-solaris*)
|
*-*-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
|
@@ -267,6 +272,8 @@ AC_CACHE_CHECK([type of operating system
|
||||||
llvm_cv_target_os_type="Interix" ;;
|
llvm_cv_target_os_type="Interix" ;;
|
||||||
*-*-linux*)
|
*-*-linux*)
|
||||||
llvm_cv_target_os_type="Linux" ;;
|
llvm_cv_target_os_type="Linux" ;;
|
||||||
+ *-*-xomb*)
|
+ *-*-xomb*)
|
||||||
+ llvm_cv_target_os_type="Linux" ;;
|
+ llvm_cv_target_os_type="Linux" ;;
|
||||||
|
*-*-gnu*)
|
||||||
|
llvm_cv_target_os_type="GNU" ;;
|
||||||
*-*-solaris*)
|
*-*-solaris*)
|
||||||
llvm_cv_target_os_type="SunOS" ;;
|
|
||||||
*-*-auroraux*)
|
|
||||||
--- llvm-pristine/configure 2011-05-07 00:54:06.000000000 -0400
|
--- llvm-pristine/configure 2011-05-07 00:54:06.000000000 -0400
|
||||||
+++ llvm-2.8/configure 2011-05-07 01:14:55.000000000 -0400
|
+++ llvm-2.8/configure 2011-05-07 01:14:55.000000000 -0400
|
||||||
@@ -2205,6 +2205,11 @@ else
|
@@ -2205,6 +2205,11 @@ else
|
||||||
@@ -52,18 +52,18 @@
|
|||||||
+ llvm_cv_no_link_all_option="-Wl,--no-whole-archive"
|
+ llvm_cv_no_link_all_option="-Wl,--no-whole-archive"
|
||||||
+ llvm_cv_os_type="Linux"
|
+ llvm_cv_os_type="Linux"
|
||||||
+ llvm_cv_platform_type="Unix" ;;
|
+ llvm_cv_platform_type="Unix" ;;
|
||||||
|
*-*-gnu*)
|
||||||
|
llvm_cv_target_os_type="GNU" ;;
|
||||||
*-*-solaris*)
|
*-*-solaris*)
|
||||||
llvm_cv_link_all_option="-Wl,-z,allextract"
|
|
||||||
llvm_cv_no_link_all_option="-Wl,-z,defaultextract"
|
|
||||||
@@ -2280,6 +2285,8 @@ else
|
@@ -2280,6 +2285,8 @@ else
|
||||||
llvm_cv_target_os_type="Interix" ;;
|
llvm_cv_target_os_type="Interix" ;;
|
||||||
*-*-linux*)
|
*-*-linux*)
|
||||||
llvm_cv_target_os_type="Linux" ;;
|
llvm_cv_target_os_type="Linux" ;;
|
||||||
+ *-*-xomb*)
|
+ *-*-xomb*)
|
||||||
+ llvm_cv_target_os_type="Linux" ;;
|
+ llvm_cv_target_os_type="Linux" ;;
|
||||||
|
*-*-gnu*)
|
||||||
|
llvm_cv_target_os_type="GNU" ;;
|
||||||
*-*-solaris*)
|
*-*-solaris*)
|
||||||
llvm_cv_target_os_type="SunOS" ;;
|
|
||||||
*-*-auroraux*)
|
|
||||||
@@ -2349,7 +2356,7 @@ if test "${llvm_cv_target_arch+set}" = s
|
@@ -2349,7 +2356,7 @@ if test "${llvm_cv_target_arch+set}" = s
|
||||||
else
|
else
|
||||||
case $target in
|
case $target in
|
||||||
|
|||||||
Reference in New Issue
Block a user