Skip to content

Commit

Permalink
gcc: remove --without-multilib
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert committed Aug 13, 2017
1 parent 7b3154c commit 3479e62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Formula/gcc.rb
Expand Up @@ -18,7 +18,6 @@ class Gcc < Formula

option "with-jit", "Build just-in-time compiler"
option "with-nls", "Build with native language support (localization)"
option "without-multilib", "Build without multilib support"

depends_on "gmp"
depends_on "libmpc"
Expand Down Expand Up @@ -93,7 +92,6 @@ def install
"--with-bugurl=https://github.com/Homebrew/homebrew-core/issues",
]

args << "--disable-multilib" if build.without?("multilib")
args << "--disable-nls" if build.without? "nls"
args << "--enable-host-shared" if build.with?("jit")

Expand Down

0 comments on commit 3479e62

Please sign in to comment.