[llvm-commits] CVS: llvm/autoconf/configure.ac
Reid Spencer
reid at x10sys.com
Mon Dec 27 01:33:57 PST 2004
Changes in directory llvm/autoconf:
configure.ac updated: 1.155 -> 1.156
---
Log message:
Don't create symbolic links for lib/System any more. It doesn't need them.
---
Diffs of the changes: (+0 -5)
Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.155 llvm/autoconf/configure.ac:1.156
--- llvm/autoconf/configure.ac:1.155 Mon Dec 27 00:15:02 2004
+++ llvm/autoconf/configure.ac Mon Dec 27 03:33:46 2004
@@ -153,11 +153,6 @@
;;
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.
More information about the llvm-commits
mailing list