[llvm-commits] CVS: llvm/configure

Reid Spencer reid at x10sys.com
Thu Dec 23 22:49:27 PST 2004



Changes in directory llvm:

configure updated: 1.159 -> 1.160
---
Log message:

Make the symbolic link using the correct variable!


---
Diffs of the changes:  (+2 -2)

Index: llvm/configure
diff -u llvm/configure:1.159 llvm/configure:1.160
--- llvm/configure:1.159	Fri Dec 24 00:29:05 2004
+++ llvm/configure	Fri Dec 24 00:49:16 2004
@@ -1764,7 +1764,7 @@
     ;;
 esac
 
-          ac_config_links="$ac_config_links lib/System/platform:lib/System/$llvm_cv_platform_type"
+          ac_config_links="$ac_config_links lib/System/platform:lib/System/$llvm_cv_os_type"
 
 
 case $target in
@@ -30321,7 +30321,7 @@
   "tools/llvmc/ll" ) CONFIG_FILES="$CONFIG_FILES tools/llvmc/ll" ;;
   "tools/llvmc/c" ) CONFIG_FILES="$CONFIG_FILES tools/llvmc/c" ;;
   "docs/doxygen.cfg" ) CONFIG_FILES="$CONFIG_FILES docs/doxygen.cfg" ;;
-  "lib/System/platform" ) CONFIG_LINKS="$CONFIG_LINKS lib/System/platform:lib/System/$llvm_cv_platform_type" ;;
+  "lib/System/platform" ) CONFIG_LINKS="$CONFIG_LINKS lib/System/platform:lib/System/$llvm_cv_os_type" ;;
   "Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
   "Makefile.common" ) CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile.common" ;;
   "examples/Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS examples/Makefile" ;;






More information about the llvm-commits mailing list