aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend/ENV.rb
AgeCommit message (Expand)Author
2011-12-14Remove Clang-specific cflags when switching compilersOleg Oshmyan
2011-12-13ENV: update and clean up optimization flagsOleg Oshmyan
2011-12-01ENV: fix llvm-gcc regexpMisty De Meo
2011-11-23ENV.rb: Fix typo in Fortran environment variablesCharlie Sharpsteen
2011-09-10With xcodebuild don't set CC, CXX, etc.Max Howell
2011-09-09Tune optimisations for sandybridgeMax Howell
2011-09-06Allow :force for ENV.gccMax Howell
2011-09-06Remember compiler setting when it is changed via eg. ENV.gccMax Howell
2011-09-02Remove Xcode dependence from ENV.rbMax Howell
2011-09-01Actually obey --use-gcc flagMax Howell
2011-08-31Default to LLVM for Xcodes that default to LLVMMax Howell
2011-08-31Fix Xcode 4.2 cc compilesEugene Ray
2011-08-26Some more sanity with ENV.compilerMax Howell
2011-08-26Add ENV.clang; Fixes Homebrew/homebrew#6580Max Howell
2011-08-25-march=native doesn't work at all. Gee.Max Howell
2011-08-25add arrandale to list of core2 CPUsChip Turner
2011-08-24ENV: allow a user-configurable number of make jobsJack Nagel
2011-08-24Use -march=native when we don't otherwise knowMax Howell
2011-08-24Tidy ENV.rbMax Howell
2011-08-04Fix Xcode 4 compiler paths for --use-gccCharlieRoot
2011-06-16Make these methods on ENV.Adam Vandenberg
2011-06-16Allow HOMEBREW_USE_CLANG env varAdam Vandenberg
2011-06-16Add clang compiler optionJosé Martínez
2011-06-05Edit universal_binary commentAdam Vandenberg
2011-05-26Add method to ENV for setting up a debug buildCharlie Sharpsteen
2011-04-18ENV: Use /usr/X11 instead of symlinkAdam Vandenberg
2011-03-28Use MacOS.xcode_prefixAdam Vandenberg
2011-03-17Use xcode_path for GCC as well as LLVM.Mike McQuaid
2011-03-14Add comment to ENV.libxml2Adam Vandenberg
2011-03-12Add Fortran configuration to ENV.rbCharlie Sharpsteen
2011-03-12Added --use-gcc flag.Stephen Allred
2011-03-12MacOS.xcode_prefixMax Howell
2011-03-12Refactor the brew command into one file per commandMax Howell
2011-01-22Add ENV.cppflags shortcutAdam Vandenberg
2010-10-30fix warnings: ambiguous first argJamie Macey
2010-10-05Coerce ENV.append/prepend values to strings.Adam Vandenberg
2010-09-07ENV.rb - style tweakAdam Vandenberg
2010-09-06Add ENV.ldflags and use.Adam Vandenberg
2010-08-10ENV.rb - add ENV.cflagsAdam Vandenberg
2010-08-10ENV.rb - style cleanupsAdam Vandenberg
2010-08-09Remove redundent line and reword comments slightly.Adam Vandenberg
2010-08-07Put /usr/X11/bin in PATH when requesting X11.Adam Vandenberg
2010-06-18Fix LLVM compilation under OS X 10.6 where cflags was not being defined.Brett Cannon
2010-06-17Refactor llvm compiler selection so formula can use itChris Hoffman
2010-06-17Fix exception when installing with --use-llvmChris Hoffman
2010-06-16Use same LLVM binary to check build # as we do to build with.Adam Vandenberg
2010-04-22Fix universal builds on 32-bit CPUs.Adam Vandenberg
2010-03-17Bug fix: gcc_4_0_1 wasn't removing sse4 flags correctly.Adam Vandenberg
2010-03-01Move license block to separate LICENSE file.Adam Vandenberg
2010-02-24We need to set CC and CXX for many formulaMax Howell