[toolchain] if CONFIG_BUILD_NLS is selected, compile uClibc with locale support
[openwrt.git] / toolchain / Makefile
index 5585b76..0443924 100644 (file)
@@ -60,6 +60,7 @@ ifneq ($(ARCH),)
                $(if $(QUIET),,set -x;) \
                mkdir -p "$$dir"; \
                cd "$$dir"; \
+               ln -sf lib lib64; \
                mkdir -p stamp lib usr/include usr/lib ; \
        ); done
        @grep GCC_VERSION $@ >/dev/null 2>&1 || $(INSTALL_DATA) $(TOPDIR)/toolchain/info.mk $@