Add doc of HOMEBREW_ARCH
This commit is contained in:
		
							parent
							
								
									9934f0086b
								
							
						
					
					
						commit
						9d4e1a53f5
					
				@ -115,6 +115,10 @@ Note that environment variables must have a value set to be detected. For exampl
 | 
			
		||||
`export HOMEBREW_NO_INSECURE_REDIRECT=1` rather than just
 | 
			
		||||
`export HOMEBREW_NO_INSECURE_REDIRECT`.
 | 
			
		||||
 | 
			
		||||
  * `HOMEBREW_ARCH`:
 | 
			
		||||
    If set, Homebrew will pass cpu type name to compiler by `-march` option instead of
 | 
			
		||||
    `-march=native`. This is affected on Linux only.
 | 
			
		||||
 | 
			
		||||
  * `HOMEBREW_ARTIFACT_DOMAIN`:
 | 
			
		||||
    If set, instructs Homebrew to prefix all download URLs, including those for bottles,
 | 
			
		||||
    with this variable. For example, `HOMEBREW_ARTIFACT_DOMAIN=http://localhost:8080`
 | 
			
		||||
 | 
			
		||||
@ -992,6 +992,10 @@ Note that environment variables must have a value set to be detected. For exampl
 | 
			
		||||
`export HOMEBREW_NO_INSECURE_REDIRECT=1` rather than just
 | 
			
		||||
`export HOMEBREW_NO_INSECURE_REDIRECT`.
 | 
			
		||||
 | 
			
		||||
  * `HOMEBREW_ARCH`:
 | 
			
		||||
    If set, Homebrew will pass cpu type name to compiler by `-march` option instead of
 | 
			
		||||
    `-march=native`. This is affected on Linux only.
 | 
			
		||||
 | 
			
		||||
  * `HOMEBREW_ARTIFACT_DOMAIN`:
 | 
			
		||||
    If set, instructs Homebrew to prefix all download URLs, including those for bottles,
 | 
			
		||||
    with this variable. For example, `HOMEBREW_ARTIFACT_DOMAIN=http://localhost:8080`
 | 
			
		||||
 | 
			
		||||
@ -1,7 +1,7 @@
 | 
			
		||||
.\" generated with Ronn/v0.7.3
 | 
			
		||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
 | 
			
		||||
.
 | 
			
		||||
.TH "BREW\-CASK" "1" "April 2019" "Homebrew" "brew-cask"
 | 
			
		||||
.TH "BREW\-CASK" "1" "May 2019" "Homebrew" "brew-cask"
 | 
			
		||||
.
 | 
			
		||||
.SH "NAME"
 | 
			
		||||
\fBbrew\-cask\fR \- a friendly binary installer for macOS
 | 
			
		||||
 | 
			
		||||
@ -1,7 +1,7 @@
 | 
			
		||||
.\" generated with Ronn/v0.7.3
 | 
			
		||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
 | 
			
		||||
.
 | 
			
		||||
.TH "BREW" "1" "April 2019" "Homebrew" "brew"
 | 
			
		||||
.TH "BREW" "1" "May 2019" "Homebrew" "brew"
 | 
			
		||||
.
 | 
			
		||||
.SH "NAME"
 | 
			
		||||
\fBbrew\fR \- The missing package manager for macOS
 | 
			
		||||
@ -1225,6 +1225,10 @@ Homebrew can install formulae via URL, e\.g\. \fBhttps://raw\.githubusercontent\
 | 
			
		||||
Note that environment variables must have a value set to be detected\. For example, \fBexport HOMEBREW_NO_INSECURE_REDIRECT=1\fR rather than just \fBexport HOMEBREW_NO_INSECURE_REDIRECT\fR\.
 | 
			
		||||
.
 | 
			
		||||
.TP
 | 
			
		||||
\fBHOMEBREW_ARCH\fR
 | 
			
		||||
If set, Homebrew will pass cpu type name to compiler by \fB\-march\fR option instead of \fB\-march=native\fR\. This is affected on Linux only\.
 | 
			
		||||
.
 | 
			
		||||
.TP
 | 
			
		||||
\fBHOMEBREW_ARTIFACT_DOMAIN\fR
 | 
			
		||||
If set, instructs Homebrew to prefix all download URLs, including those for bottles, with this variable\. For example, \fBHOMEBREW_ARTIFACT_DOMAIN=http://localhost:8080\fR will cause a formula with the URL \fBhttps://example\.com/foo\.tar\.gz\fR to instead download from \fBhttp://localhost:8080/example\.com/foo\.tar\.gz\fR\.
 | 
			
		||||
.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user