summaryrefslogtreecommitdiffstats
path: root/llvm/configure
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-08-14 15:15:09 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-08-14 15:15:09 +0000
commit36d3ee7c32cfeda4c76cb556781ef113c8463dff (patch)
tree791984d2c7268a9b2405183b9a4078f8b62c9dc9 /llvm/configure
parent764837431a2acab5f0724f2b9092ee6a7a1ec1df (diff)
downloadbcm5719-llvm-36d3ee7c32cfeda4c76cb556781ef113c8463dff.tar.gz
bcm5719-llvm-36d3ee7c32cfeda4c76cb556781ef113c8463dff.zip
Delete support for AuroraUX.
auroraux.org is not resolving. I will add this to the release notes as soon as I figure out where to put the 3.6 release notes :-) llvm-svn: 215645
Diffstat (limited to 'llvm/configure')
-rwxr-xr-xllvm/configure7
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/configure b/llvm/configure
index b67164eb5d8..7498b788760 100755
--- a/llvm/configure
+++ b/llvm/configure
@@ -3989,11 +3989,6 @@ else
llvm_cv_no_link_all_option="-Wl,-z,defaultextract"
llvm_cv_os_type="SunOS"
llvm_cv_platform_type="Unix" ;;
- *-*-auroraux*)
- llvm_cv_link_all_option="-Wl,-z,allextract"
- llvm_cv_link_all_option="-Wl,-z,defaultextract"
- llvm_cv_os_type="AuroraUX"
- llvm_cv_platform_type="Unix" ;;
*-*-win32*)
llvm_cv_link_all_option="-Wl,--whole-archive"
llvm_cv_no_link_all_option="-Wl,--no-whole-archive"
@@ -4065,8 +4060,6 @@ else
llvm_cv_target_os_type="GNU" ;;
*-*-solaris*)
llvm_cv_target_os_type="SunOS" ;;
- *-*-auroraux*)
- llvm_cv_target_os_type="AuroraUX" ;;
*-*-win32*)
llvm_cv_target_os_type="Win32" ;;
*-*-mingw*)
OpenPOWER on IntegriCloud