projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
066358a
)
package/grub: fix cross compile options
author
Alexandros C. Couloumbis
<alex@ozo.com>
Tue, 27 Apr 2010 11:42:48 +0000
(11:42 +0000)
committer
Alexandros C. Couloumbis
<alex@ozo.com>
Tue, 27 Apr 2010 11:42:48 +0000
(11:42 +0000)
SVN-Revision: 21184
package/grub/Makefile
patch
|
blob
|
history
diff --git
a/package/grub/Makefile
b/package/grub/Makefile
index 338dbcac1de22b32dfb84c6a2ba77a9315dc3f38..9a50f820ec141a5271cc5ee1e8a2ee2e93a0fff8 100644
(file)
--- a/
package/grub/Makefile
+++ b/
package/grub/Makefile
@@
-31,10
+31,7
@@
define Package/grub
URL:=http://www.gnu.org/software/grub/
endef
-CONFIGURE_FLAGS:= \
- --target=$(GNU_TARGET_NAME) \
- --host=$(GNU_TARGET_NAME) \
- --build=$(GNU_HOST_NAME)
+CONFIGURE_FLAGS:=
ifneq ($(HOST_OS),Darwin)
define Build/Configure