summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-27 09:33:46 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-27 09:33:46 +0000
commitf97c703b6617ddbbf33871ab59e60c3da283da3d (patch)
treea834d188b5d940ee3ff9aa7ac913b4f97ce2b929 /autoconf
parentbb87426ad659127023d8d228ec872b1a755931ba (diff)
Don't create symbolic links for lib/System any more. It doesn't need them.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19166 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 9d9762d4855..59253c51d2a 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -153,11 +153,6 @@ case $llvm_cv_platform_type in
;;
esac
-dnl Make a link from lib/System/platform to lib/System/$llvm_cv_os_type
-dnl This helps the #inclusion of the system specific include files
-dnl for the operating system abstraction library, lib/System.
-AC_CONFIG_LINKS(lib/System/platform:lib/System/$llvm_cv_os_type)
-
dnl If we are targetting a Sparc machine running Solaris, pretend that it is
dnl V9, since that is all that we support at the moment, and autoconf will only
dnl tell us we're a sparc.