summaryrefslogtreecommitdiff
path: root/homebrew/i386elfgrub/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/i386elfgrub/.make.sh-auto')
-rw-r--r--homebrew/i386elfgrub/.make.sh-auto5
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/i386elfgrub/.make.sh-auto b/homebrew/i386elfgrub/.make.sh-auto
new file mode 100644
index 000000000..5a9378d1b
--- /dev/null
+++ b/homebrew/i386elfgrub/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+mkdir "build" && cd build
+PKG_CONF=../configure pkg:configure --target=i386-elf --program-prefix=i386-elf- --disable-werror TARGET_CC=i386-elf-gcc TARGET_OBJCOPY=i386-elf-objcopy TARGET_STRIP=i386-elf-strip TARGET_NM=i386-elf-nm TARGET_RANLIB=i386-elf-ranlib
+make
+make DESTDIR=${PKG_DEST} install