From e03292226618c68f219f41d745f92172687690dd Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Fri, 5 Apr 2013 12:36:23 +0000 Subject: toolchain: allow choosing the MIPS64 user-land ABI Signed-off-by: Florian Fainelli SVN-Revision: 36205 --- toolchain/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'toolchain/Makefile') diff --git a/toolchain/Makefile b/toolchain/Makefile index 763381a838..581d2b3c60 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -64,6 +64,7 @@ ifneq ($(ARCH),) mkdir -p "$$dir"; \ cd "$$dir"; \ ln -nsf lib lib64; \ + ln -nsf lib lib32; \ mkdir -p stamp lib usr/include usr/lib ; \ ); done @grep GCC_VERSION $@ >/dev/null 2>&1 || $(INSTALL_DATA) $(TOPDIR)/toolchain/info.mk $@ -- cgit v1.2.3