Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Homebrew/brew.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Jan 27, 2013
  2. Jan 26, 2013
  3. Jan 25, 2013
    • Samuel John's avatar
      superenv: Allow ENV.m32 (for 32bit builds) · 293be41d
      Samuel John authored
      
      Superenv normally filters out "-m32" flag, preventing 32bit builds.
      Some software, however, still only work in 32bit mode.
      
      If ENV.m32 is called, superenv does not filter out the "-m32" flag.
      Also note, superenv, does not explicitly add the -m32 flag and
      expects the build system of the software to know when and where to
      provide this flag.
      
      Closes Homebrew/homebrew#16350.
      
      Signed-off-by: default avatarAdam Vandenberg <flangy@gmail.com>
      293be41d
  4. Jan 24, 2013
Loading