summaryrefslogtreecommitdiff
path: root/homebrew/binutils/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/binutils/.make.sh-auto')
-rw-r--r--homebrew/binutils/.make.sh-auto6
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/binutils/.make.sh-auto b/homebrew/binutils/.make.sh-auto
new file mode 100644
index 000000000..08dc6465e
--- /dev/null
+++ b/homebrew/binutils/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+pkg:configure --disable-dependency-tracking --enable-deterministic-archives --disable-werror --enable-interwork --enable-multilib --enable-64-bit-bfd --enable-targets=all
+make
+make DESTDIR=${PKG_DEST} install
+Dir["#{bin}/*"].each do |f|
+bin.install_symlink f => "g" + File.basename(f)