grub2: update to 2.02-beta2, fixes mac os x 10.9 support (and many other things)
[openwrt-github/.git] / package / boot / uboot-omap / Makefile
index 48488101c2c1e5d3bd3e09525662ab94482e40cc..96168a30d08c088720e3548f4d0c700244e36a06 100644 (file)
@@ -53,6 +53,7 @@ define Package/uboot-omap-$(1)
   TITLE:=$(2)
   URL:=http://www.denx.de/wiki/U-Boot
   VARIANT:=$(1)
+  HIDDEN:=1
 endef
 endef
 
@@ -70,7 +71,7 @@ endif
 
 define Build/Configure
        $(MAKE) -C $(PKG_BUILD_DIR) \
-               $(UBOOT_CONFIG)_config
+               USE_PRIVATE_LIBGCC=yes $(UBOOT_CONFIG)_config
 endef
 
 define Build/Compile