fix the value of ac_cv_sizeof_off_t in the sitefiles (reported by crazy_imp)
[openwrt.git] / toolchain / uClibc / Makefile
index 2f95b0c..7fce989 100644 (file)
@@ -24,6 +24,7 @@ UCLIBC_TARGET_ARCH:=$(shell echo $(ARCH) | sed -e s'/-.*//' \
                -e 's/i.86/i386/' \
                -e 's/sparc.*/sparc/' \
                -e 's/arm.*/arm/g' \
+               -e 's/avr32.*/avr32/g' \
                -e 's/m68k.*/m68k/' \
                -e 's/ppc/powerpc/g' \
                -e 's/v850.*/v850/g' \
@@ -94,11 +95,6 @@ define Build/Install
                install_dev
        echo $(PKG_VERSION) > $(STAGING_DIR)/uclibc_version
        echo $(PKG_VERSION)$(PKG_EXTRAVERSION) > $(STAGING_DIR)/uclibc_extra_version
-       $(MAKE) -C $(PKG_BUILD_DIR) \
-               PREFIX=$(STAGING_DIR)/ \
-               DEVEL_PREFIX=/ \
-               RUNTIME_PREFIX=/ \
-               utils
 endef
 
 define Build/Clean
This page took 0.026415 seconds and 4 git commands to generate.