Skip to content
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.

Commit

Permalink
Remove warning from README about OS X version warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Sep 19, 2015
1 parent a6bd619 commit 5a8e741
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.rst
Expand Up @@ -42,11 +42,6 @@ Dependencies:

The compiler is being tested on 64-bits OS X and Linux and 32-bits Linux.

On OS X, the generated LLVM IR targets Yosemite;
this causes warnings on older versions.
Look at the final lines of ``runac/codegen.py`` to change the target triple
(just change 10.10 to 10.9).

Preliminary testing has been done on 64-bit Windows 7 as well. This seems
to work okay when compiling against mingw-w64, although the test suite fails
because newlines get rewritten to ``\r\n`` when using ``write()`` with
Expand Down

0 comments on commit 5a8e741

Please sign in to comment.