diff options
author | Chris Lattner <sabre@nondot.org> | 2005-08-02 19:14:25 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-08-02 19:14:25 +0000 |
commit | 25865406f0fcde8d116c3520fa6c67a001e69d83 (patch) | |
tree | 04d435636df5df4544c1114c3251ea5f015ef01e /llvm/docs/HistoricalNotes | |
parent | c98d48fabe739bf759c5b344b08c77f278261c39 (diff) | |
download | bcm5719-llvm-25865406f0fcde8d116c3520fa6c67a001e69d83.tar.gz bcm5719-llvm-25865406f0fcde8d116c3520fa6c67a001e69d83.zip |
Update a doc, patch contributed by Jim Laskey!
llvm-svn: 22590
Diffstat (limited to 'llvm/docs/HistoricalNotes')
-rw-r--r-- | llvm/docs/HistoricalNotes/2003-01-23-CygwinNotes.txt | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/llvm/docs/HistoricalNotes/2003-01-23-CygwinNotes.txt b/llvm/docs/HistoricalNotes/2003-01-23-CygwinNotes.txt index 0bce17f7318..fbe811d627f 100644 --- a/llvm/docs/HistoricalNotes/2003-01-23-CygwinNotes.txt +++ b/llvm/docs/HistoricalNotes/2003-01-23-CygwinNotes.txt @@ -17,15 +17,12 @@ under Cygwin and/or Mingw. 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. |