index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
package
/
grub
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Alexandros C. Couloumbis <alex@ozo.com>
2010-04-07 21:23:09 +0000
committer
Alexandros C. Couloumbis <alex@ozo.com>
2010-04-07 21:23:09 +0000
commit
843ac4a11abe1b2458512d3a7146d41b339d5eb0
(
patch
)
tree
c6aadde205d900e597a7789135eff7846b786309
/
package/grub
parent
44c1a9e5e52c45ccbfef31312aa3e8822b15995a
(
diff
)
package/grub: play it safe, cross compile everywhere
SVN-Revision: 20739
Diffstat
(limited to 'package/grub')
-rw-r--r--
package/grub/Makefile
10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/grub/Makefile b/package/grub/Makefile
index 94695ec970..338dbcac1d 100644
--- a/
package/grub/Makefile
+++ b/
package/grub/Makefile
@@ -31,20 +31,10 @@ define Package/grub
URL:=http://www.gnu.org/software/grub/
endef
-ifeq ($(HOST_OS),Linux)
- NATIVEGRUB-i386:=1
- NATIVEGRUB-i686:=1
- NATIVEGRUB:=$(NATIVEGRUB-$(HOST_ARCH))
-endif
-
-ifeq ($(NATIVEGRUB),)
CONFIGURE_FLAGS:= \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
--build=$(GNU_HOST_NAME)
-else
-CONFIGURE_FLAGS:=
-endif
ifneq ($(HOST_OS),Darwin)
define Build/Configure