[llvm-commits] CVS: llvm-gcc/gcc/config/i386/t-cygming t-interix
Chris Lattner
lattner at cs.uiuc.edu
Sat May 1 07:40:01 PDT 2004
Changes in directory llvm-gcc/gcc/config/i386:
t-cygming updated: 1.1.1.2 -> 1.2
t-interix updated: 1.1.1.1 -> 1.2
---
Log message:
Fix build problem on cygwin
---
Diffs of the changes: (+6 -4)
Index: llvm-gcc/gcc/config/i386/t-cygming
diff -u llvm-gcc/gcc/config/i386/t-cygming:1.1.1.2 llvm-gcc/gcc/config/i386/t-cygming:1.2
--- llvm-gcc/gcc/config/i386/t-cygming:1.1.1.2 Tue Jan 13 10:49:46 2004
+++ llvm-gcc/gcc/config/i386/t-cygming Sat May 1 07:39:41 2004
@@ -1,5 +1,6 @@
-LIB1ASMSRC = i386/cygwin.asm
-LIB1ASMFUNCS = _chkstk
+## LLVM does not want platform specific .s files
+#LIB1ASMSRC = i386/cygwin.asm
+#LIB1ASMFUNCS = _chkstk
# cygwin and mingw always have a limits.h, but, depending upon how we are
# doing the build, it may not be installed yet.
Index: llvm-gcc/gcc/config/i386/t-interix
diff -u llvm-gcc/gcc/config/i386/t-interix:1.1.1.1 llvm-gcc/gcc/config/i386/t-interix:1.2
--- llvm-gcc/gcc/config/i386/t-interix:1.1.1.1 Thu Jan 8 15:58:50 2004
+++ llvm-gcc/gcc/config/i386/t-interix Sat May 1 07:39:41 2004
@@ -1,5 +1,6 @@
-LIB1ASMSRC = i386/cygwin.asm
-LIB1ASMFUNCS = _chkstk
+## LLVM does not want platform specific .s files
+#LIB1ASMSRC = i386/cygwin.asm
+#LIB1ASMFUNCS = _chkstk
winnt.o: $(srcdir)/config/i386/winnt.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
$(TM_H) $(RTL_H) $(REGS_H) hard-reg-set.h output.h $(TREE_H) flags.h \
More information about the llvm-commits
mailing list