summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdisk/grub2/BUILD2
-rw-r--r--disk/grub2/HISTORY2
2 files changed, 2 insertions, 2 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 /} &&
diff --git a/disk/grub2/HISTORY b/disk/grub2/HISTORY
index 077a044e2c..a727dd1fa3 100644
--- a/disk/grub2/HISTORY
+++ b/disk/grub2/HISTORY
@@ -1,7 +1,7 @@
2016-11-23 Eric Sandall <sandalle@sourcemage.org>
* CONFIGURE: Match {target-cpu}-{target-platform} ./configure syntax.
Disable efiemu on EFI platforms.
- * BUILD: Specify target platform and target CPU.
+ * BUILD: Specify target platform.
2016-03-02 Remko van der Vossen <wich@sourcemage.org>
* PREPARE, DETAILS, DEPENDS, PRE_BUILD: