projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7c7c17
)
package/grub: fix x86_64 issue (closes #7248)
author
Alexandros C. Couloumbis
<alex@ozo.com>
Fri, 30 Apr 2010 07:07:20 +0000
(07:07 +0000)
committer
Alexandros C. Couloumbis
<alex@ozo.com>
Fri, 30 Apr 2010 07:07:20 +0000
(07:07 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21264
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/grub/Makefile
patch
|
blob
|
history
diff --git
a/package/grub/Makefile
b/package/grub/Makefile
index
9a50f82
..
20232f4
100644
(file)
--- a/
package/grub/Makefile
+++ b/
package/grub/Makefile
@@
-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 \