diff options
author | Jonas Schnelli <jonas.schnelli@include7.ch> | 2014-11-10 13:25:51 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-11-17 11:15:46 +0100 |
commit | 409e9ef04cae479cda547500dfb1937633275b49 (patch) | |
tree | 3d7c50703ab758541bc42b2e75d8a76ea5240e1c /doc/README_osx.txt | |
parent | 19f2aa948797a604ec26cbad191e6544b2639ba6 (diff) |
[OSX, docs] update some release build informations
- switching release builds to 10.7
- release binary looks like 64bit only
- tested up to 10.10
- gitian builder builds against 10.7. The docs should be consistant.
- remove 32bit text because nowadays it's obvious to support 64bit only on OSX.
Diffstat (limited to 'doc/README_osx.txt')
-rw-r--r-- | doc/README_osx.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/README_osx.txt b/doc/README_osx.txt index 2be56c1592..8831649bd8 100644 --- a/doc/README_osx.txt +++ b/doc/README_osx.txt @@ -20,14 +20,6 @@ https://github.com/mingwandroid/toolchain4 In order to build a working toolchain, the following source packages are needed from Apple: cctools, dyld, and ld64. -Beware. This part is ugly. Very very very ugly. In the future, this should be -broken out into a new repository and cleaned up. Additionally, the binaries -only work when built as x86 and not x86_64. This is an especially nasty -limitation because it must be linked with the toolchain's libLTO.so, meaning -that the entire toolchain must be x86. Gitian x86_64 should not be used until -this has been fixed, because it would mean that several native dependencies -(openssl, libuuid, etc) would need to be built as x86 first. - These tools inject timestamps by default, which produce non-deterministic binaries. The ZERO_AR_DATE environment variable is used to disable that. |