mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Update a doc, patch contributed by Jim Laskey!
llvm-svn: 22590
This commit is contained in:
parent
3a81e0795b
commit
7f61f14e61
@ -17,15 +17,12 @@ under Cygwin and/or Mingw.
|
|||||||
DONT_BUILD_RELINKED. This breaks all the tools makefiles; you just need to
|
DONT_BUILD_RELINKED. This breaks all the tools makefiles; you just need to
|
||||||
change them to have .a's.
|
change them to have .a's.
|
||||||
|
|
||||||
5. Cygwin's math.h defines log2(); it needs to be #undefed if already defined
|
5. There isn't a <values.h>.
|
||||||
in MathExtras.h.
|
|
||||||
|
|
||||||
6. There isn't a <values.h>.
|
6. There isn't a mallinfo() (or, at least, it's documented, but it doesn't seem
|
||||||
|
|
||||||
7. There isn't a mallinfo() (or, at least, it's documented, but it doesn't seem
|
|
||||||
to link).
|
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
|
does not like = signs in rules. Burg's gram.yc source file uses them. I think
|
||||||
you can just take them out.
|
you can just take them out.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user