aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorNathan Henrie2016-07-24 18:11:42 -0600
committerAndrew Janke2016-07-24 20:11:42 -0400
commit1455aa3da6335b1eeb284e61171cff524c620fa3 (patch)
tree3f6ddd5b7433e0d8f5185823bfaa42486a0d3c51 /share
parent265c1263494012d8e0e6cdd8b3522a664dde7aab (diff)
downloadbrew-1455aa3da6335b1eeb284e61171cff524c620fa3.tar.bz2
Fix spelling of penryn (#580)
penryn was misspelled, which led to me doing a fruitless code search for where the architecture stuff is set.
Diffstat (limited to 'share')
-rw-r--r--share/doc/homebrew/Bottles.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/homebrew/Bottles.md b/share/doc/homebrew/Bottles.md
index 45b2b68df..9510dd0b3 100644
--- a/share/doc/homebrew/Bottles.md
+++ b/share/doc/homebrew/Bottles.md
@@ -9,7 +9,7 @@ Bottles will not be used if the user requests it (see above), if the formula req
## Bottle Creation
Bottles are currently created using the [Brew Test Bot](Brew-Test-Bot.md). We will be slowly adding them to all formulae.
-By default, bottles will be built for the oldest CPU supported by the OS/architecture you're building for. (That's Core 2 for 64-bit OSs, Core for 32-bit.) This ensures that bottles are compatible with all computers you might distribute them to. If you *really* want your bottles to be optimized for something else, you can pass the `--bottle-arch=` option to build for another architecture - for example, `brew install foo --bottle-arch=penyrn`. Just remember that if you build for a newer architecture some of your users might get binaries they can't run and that would be sad!
+By default, bottles will be built for the oldest CPU supported by the OS/architecture you're building for. (That's Core 2 for 64-bit OSs, Core for 32-bit.) This ensures that bottles are compatible with all computers you might distribute them to. If you *really* want your bottles to be optimized for something else, you can pass the `--bottle-arch=` option to build for another architecture - for example, `brew install foo --bottle-arch=penryn`. Just remember that if you build for a newer architecture some of your users might get binaries they can't run and that would be sad!
## Bottle Format
Bottles are simple gzipped tarballs of compiled binaries. Any metadata is stored in a formula's bottle DSL and in the bottle filename (i.e. MacOS version, revision).