[package] ppp:
[openwrt.git] / package / grub / Makefile
index 338dbca..20232f4 100644 (file)
@@ -31,17 +31,17 @@ 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
        (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.022058 seconds and 4 git commands to generate.