summaryrefslogtreecommitdiffstats
path: root/disk/grub2/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'disk/grub2/BUILD')
-rwxr-xr-xdisk/grub2/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/disk/grub2/BUILD b/disk/grub2/BUILD
index d764bddd25..2e8856983e 100755
--- a/disk/grub2/BUILD
+++ b/disk/grub2/BUILD
@@ -1,5 +1,5 @@
OPTS="${OPTS} ${GRUB2_OPTS} -disable-werror" &&
-OPTS="$OPTS --with-platform=${GRUB2_PLATFORM/*-} --target=${GRUB2_PLATFORM%-*}" &&
+OPTS="$OPTS --with-platform=${GRUB2_PLATFORM/*-}" &&
CFLAGS=${CFLAGS//-m64/} &&
CFLAGS=$(echo ${CFLAGS} | sed -r "s;-O([0-9]|fast);-Os;g") &&
LDFLAGS=${LDFLAGS//-s /} &&