summaryrefslogtreecommitdiffstats
path: root/llvm/autoconf
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/autoconf
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/autoconf')
-rw-r--r--llvm/autoconf/configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac
index 9498bae053b..fee663335ba 100644
--- a/llvm/autoconf/configure.ac
+++ b/llvm/autoconf/configure.ac
@@ -291,11 +291,6 @@ AC_CACHE_CHECK([type of operating system we're going to host on],
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"
@@ -361,8 +356,6 @@ AC_CACHE_CHECK([type of operating system we're going to target],
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