mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 10:01:32 +02:00
fix e2fsprogs on avr32
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7963 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
28fa7329ea
commit
bad3124dc6
@ -69,6 +69,11 @@ CONFIGURE_ARGS += \
|
|||||||
--enable-elf-shlibs \
|
--enable-elf-shlibs \
|
||||||
--enable-dynamic-e2fsck
|
--enable-dynamic-e2fsck
|
||||||
|
|
||||||
|
define Build/Prepare
|
||||||
|
$(call Build/Prepare/Default)
|
||||||
|
$(CP) $(SCRIPT_DIR)/config.{guess,sub} $(PKG_BUILD_DIR)/config/
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR)/util \
|
$(MAKE) -C $(PKG_BUILD_DIR)/util \
|
||||||
BUILDCC="$(HOSTCC)" \
|
BUILDCC="$(HOSTCC)" \
|
||||||
|
Loading…
Reference in New Issue
Block a user