fix e2fsprogs on avr32
SVN-Revision: 7963
This commit is contained in:
parent
d02260fcdc
commit
b69b88f4d2
1 changed files with 5 additions and 0 deletions
|
@ -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 a new issue