mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
package/grub: fix x86_64 issue (closes #7248)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21264 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e7c7c17023
commit
60cfd441cc
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user