[llvm-commits] CVS: llvm/docs/HistoricalNotes/2003-01-23-CygwinNotes.txt
Chris Lattner
lattner at cs.uiuc.edu
Tue Aug 2 12:14:36 PDT 2005
Changes in directory llvm/docs/HistoricalNotes:
2003-01-23-CygwinNotes.txt updated: 1.1 -> 1.2
---
Log message:
Update a doc, patch contributed by Jim Laskey!
---
Diffs of the changes: (+3 -6)
2003-01-23-CygwinNotes.txt | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
Index: llvm/docs/HistoricalNotes/2003-01-23-CygwinNotes.txt
diff -u llvm/docs/HistoricalNotes/2003-01-23-CygwinNotes.txt:1.1 llvm/docs/HistoricalNotes/2003-01-23-CygwinNotes.txt:1.2
--- llvm/docs/HistoricalNotes/2003-01-23-CygwinNotes.txt:1.1 Thu Jan 23 15:17:02 2003
+++ llvm/docs/HistoricalNotes/2003-01-23-CygwinNotes.txt Tue Aug 2 14:14:25 2005
@@ -17,15 +17,12 @@
DONT_BUILD_RELINKED. This breaks all the tools makefiles; you just need to
change them to have .a's.
-5. Cygwin's math.h defines log2(); it needs to be #undefed if already defined
- in MathExtras.h.
+5. There isn't a <values.h>.
-6. There isn't a <values.h>.
-
-7. There isn't a mallinfo() (or, at least, it's documented, but it doesn't seem
+6. There isn't a mallinfo() (or, at least, it's documented, but it doesn't seem
to link).
-8. The version of Bison that cygwin (and newer Linux versions) comes with
+7. The version of Bison that cygwin (and newer Linux versions) comes with
does not like = signs in rules. Burg's gram.yc source file uses them. I think
you can just take them out.
More information about the llvm-commits
mailing list