aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/binutils.rb
diff options
context:
space:
mode:
authorWill Ross2012-03-26 22:03:03 -0400
committerAdam Vandenberg2012-03-28 19:54:05 -0700
commitec6d996c119f5b33ea64a08becc64ac90507bb8e (patch)
treeec8c64932e1281d8c151e2a8600e7376296e502f /Library/Formula/binutils.rb
parent3de0dd270da124a4ed368f32f7299dd1b9ee3363 (diff)
downloadhomebrew-ec6d996c119f5b33ea64a08becc64ac90507bb8e.tar.bz2
binutils: actually create multiarch utilities
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/binutils.rb')
-rw-r--r--Library/Formula/binutils.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/binutils.rb b/Library/Formula/binutils.rb
index 61c725474..fb6dc7c63 100644
--- a/Library/Formula/binutils.rb
+++ b/Library/Formula/binutils.rb
@@ -16,9 +16,7 @@ class Binutils < Formula
"--disable-werror",
"--enable-interwork",
"--enable-multilib",
- "--enable-targets=x86_64-elf",
- "--enable-targets=arm-none-eabi",
- "--enable-targets=m32r"
+ "--enable-targets=x86_64-elf,arm-none-eabi,m32r"
system "make"
system "make install"
end