[llvm-commits] CVS: llvm/configure
Reid Spencer
reid at x10sys.com
Wed Nov 24 22:03:24 PST 2004
Changes in directory llvm:
configure updated: 1.138 -> 1.139
---
Log message:
Fix the lib/System/platform link by using proper cached variable name.
---
Diffs of the changes: (+2 -2)
Index: llvm/configure
diff -u llvm/configure:1.138 llvm/configure:1.139
--- llvm/configure:1.138 Wed Nov 24 22:51:04 2004
+++ llvm/configure Thu Nov 25 00:03:14 2004
@@ -1725,7 +1725,7 @@
OS=$llvm_cv_platform_type
- ac_config_links="$ac_config_links lib/System/platform:lib/System/$platform_type"
+ ac_config_links="$ac_config_links lib/System/platform:lib/System/$llvm_cv_platform_type"
case $target in
@@ -26280,7 +26280,7 @@
"tools/llvmc/cpp" ) CONFIG_FILES="$CONFIG_FILES tools/llvmc/cpp" ;;
"tools/llvmc/ll" ) CONFIG_FILES="$CONFIG_FILES tools/llvmc/ll" ;;
"tools/llvmc/c" ) CONFIG_FILES="$CONFIG_FILES tools/llvmc/c" ;;
- "lib/System/platform" ) CONFIG_LINKS="$CONFIG_LINKS lib/System/platform:lib/System/$platform_type" ;;
+ "lib/System/platform" ) CONFIG_LINKS="$CONFIG_LINKS lib/System/platform:lib/System/$llvm_cv_platform_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