[llvm-commits] CVS: llvm-gcc/ltcf-c.sh ltcf-gcj.sh
Chris Lattner
lattner at cs.uiuc.edu
Wed Jun 2 13:36:01 PDT 2004
Changes in directory llvm-gcc:
ltcf-c.sh updated: 1.1.1.1 -> 1.2
ltcf-gcj.sh updated: 1.1.1.1 -> 1.2
---
Log message:
Do not use the microsoft "lib" tool to build archive files. It does not
understand LLVM bytecode files, and refuses to do the link.
---
Diffs of the changes: (+2 -2)
Index: llvm-gcc/ltcf-c.sh
diff -u llvm-gcc/ltcf-c.sh:1.1.1.1 llvm-gcc/ltcf-c.sh:1.2
--- llvm-gcc/ltcf-c.sh:1.1.1.1 Thu Jan 8 15:58:37 2004
+++ llvm-gcc/ltcf-c.sh Wed Jun 2 13:31:37 2004
@@ -381,7 +381,7 @@
# The linker will automatically build a .lib file if we build a DLL.
old_archive_from_new_cmds='true'
# FIXME: Should let the user specify the lib program.
- old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
+ ###old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
fix_srcfile_path='`cygpath -w "$srcfile"`'
;;
Index: llvm-gcc/ltcf-gcj.sh
diff -u llvm-gcc/ltcf-gcj.sh:1.1.1.1 llvm-gcc/ltcf-gcj.sh:1.2
--- llvm-gcc/ltcf-gcj.sh:1.1.1.1 Thu Jan 8 15:58:37 2004
+++ llvm-gcc/ltcf-gcj.sh Wed Jun 2 13:31:37 2004
@@ -374,7 +374,7 @@
# The linker will automatically build a .lib file if we build a DLL.
old_archive_from_new_cmds='true'
# FIXME: Should let the user specify the lib program.
- old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
+ ####old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
fix_srcfile_path='`cygpath -w "$srcfile"`'
;;
More information about the llvm-commits
mailing list