package/grub: fix x86_64 issue (closes #7248)

SVN-Revision: 21264
This commit is contained in:
Alexandros C. Couloumbis 2010-04-30 07:07:20 +00:00
parent 5cd4a9739d
commit 81f5f10a62

View file

@ -36,9 +36,12 @@ CONFIGURE_FLAGS:=
ifneq ($(HOST_OS),Darwin)
define Build/Configure
(cd $(PKG_BUILD_DIR); \
CFLAGS="-march=i486 -m32" \
LDFLAGS="-static" \
./configure \
$(CONFIGURE_FLAGS) \
--build=i386-linux-gnu \
--host=i386-linux-gnu \
--program-prefix="" \
--program-suffix="" \
--prefix=/usr \