summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-08-02 19:14:25 +0000
committerChris Lattner <sabre@nondot.org>2005-08-02 19:14:25 +0000
commit7dc934da2d9e54e4a0f9d7b06ac73bfd0d690a89 (patch)
tree6d3c9af427ef78a66d1a0c61b9da23a7f1c915d4
parent3f270130b575ca29d8039d6dc07b50fed4bc041e (diff)
downloadllvm-7dc934da2d9e54e4a0f9d7b06ac73bfd0d690a89.tar.gz
llvm-7dc934da2d9e54e4a0f9d7b06ac73bfd0d690a89.tar.bz2
llvm-7dc934da2d9e54e4a0f9d7b06ac73bfd0d690a89.tar.xz
Update a doc, patch contributed by Jim Laskey!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22590 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/HistoricalNotes/2003-01-23-CygwinNotes.txt9
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/HistoricalNotes/2003-01-23-CygwinNotes.txt b/docs/HistoricalNotes/2003-01-23-CygwinNotes.txt
index 0bce17f731..fbe811d627 100644
--- a/docs/HistoricalNotes/2003-01-23-CygwinNotes.txt
+++ b/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.