Revert "crosstool-ng: use superenv"
This reverts commit b8d2ae81f374c99203a3ab3847a8c0c0b751762b. Fixes Homebrew/homebrew#24876. Closes Homebrew/homebrew#24877. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
495412b576
commit
a93421caf3
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ class CrosstoolNg < Formula
|
|||
depends_on 'binutils'
|
||||
depends_on 'libelf'
|
||||
|
||||
# Avoid superenv to prevent https://github.com/mxcl/homebrew/pull/10552#issuecomment-9736248
|
||||
env :std
|
||||
|
||||
def patches
|
||||
# Fixes clang offsetof compatability. Took better patch from #14547
|
||||
DATA
|
||||
|
|
Loading…
Reference in a new issue