From f6b57149af3edf52773f9c3abf5e5e0454bcb49c Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Fri, 29 Nov 2013 10:59:51 +0000 Subject: FPU type should not interfere with the ABI selection. Also make sure we either do real soft-float or hard-float on ARM, with the right options. Signed-off-by: Imre Kaloz SVN-Revision: 38943 --- package/boot/uboot-omap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/boot/uboot-omap') diff --git a/package/boot/uboot-omap/Makefile b/package/boot/uboot-omap/Makefile index 45d32bd3c3..96168a30d0 100644 --- a/package/boot/uboot-omap/Makefile +++ b/package/boot/uboot-omap/Makefile @@ -71,7 +71,7 @@ endif define Build/Configure $(MAKE) -C $(PKG_BUILD_DIR) \ - $(UBOOT_CONFIG)_config + USE_PRIVATE_LIBGCC=yes $(UBOOT_CONFIG)_config endef define Build/Compile -- cgit v1.2.3