diff options
author | Justin Camarena <justin121994@gmail.com> | 2016-08-12 15:30:11 -0700 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2016-09-21 02:43:47 +0000 |
commit | 749c8a565532ee4480d8f3edd83ca08f437767a4 (patch) | |
tree | a47aecdcabd0a757b9664505c7e886d81f2af8f6 /doc/README_osx.md | |
parent | fc349288cbcfe3df20d91cc16149b973eb14e272 (diff) |
[doc] typos, READMEs, comments
Just a quick run through some docs and fixing some text errors.
Github-Pull: #8503
Rebased-From: e11f9a2f0244f1d6e34b50293b2ecca61a356bed
Diffstat (limited to 'doc/README_osx.md')
-rw-r--r-- | doc/README_osx.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README_osx.md b/doc/README_osx.md index aed3cd97e1..6a5c672277 100644 --- a/doc/README_osx.md +++ b/doc/README_osx.md @@ -22,7 +22,7 @@ These tools inject timestamps by default, which produce non-deterministic binaries. The ZERO_AR_DATE environment variable is used to disable that. This version of cctools has been patched to use the current version of clang's -headers and and its libLTO.so rather than those from llvmgcc, as it was +headers and its libLTO.so rather than those from llvmgcc, as it was originally done in toolchain4. To complicate things further, all builds must target an Apple SDK. These SDKs |