Author: nbd Date: 2014-12-11 18:52:22 +0100 (Thu, 11 Dec 2014) New Revision: 43623
Modified: trunk/package/libs/toolchain/Makefile Log: toolchain: disable libatomic for gcc 4.6 Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/libs/toolchain/Makefile =================================================================== --- trunk/package/libs/toolchain/Makefile 2014-12-11 17:52:12 UTC (rev 43622) +++ trunk/package/libs/toolchain/Makefile 2014-12-11 17:52:22 UTC (rev 43623) @@ -402,7 +402,7 @@ define Package/libatomic/install $(INSTALL_DIR) $(1)/lib - $(if $(CONFIG_TARGET_avr32)$(CONFIG_TARGET_coldfire),,$(CP) $(TOOLCHAIN_DIR)/lib/libatomic.so.* $(1)/lib/) + $(if $(CONFIG_GCC_VERSION_4_6)$(CONFIG_TARGET_avr32)$(CONFIG_TARGET_coldfire),,$(CP) $(TOOLCHAIN_DIR)/lib/libatomic.so.* $(1)/lib/) endef define Package/libgfortran/install _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
