[package] ppp:
[openwrt.git] / package / grub / Makefile
index 94695ec..20232f4 100644 (file)
@@ -31,27 +31,17 @@ 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
+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 \
This page took 0.022976 seconds and 4 git commands to generate.