projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4db5bc5
)
toolchain: disable libatomic for gcc 4.6
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 11 Dec 2014 17:52:22 +0000
(17:52 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 11 Dec 2014 17:52:22 +0000
(17:52 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43623
package/libs/toolchain/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/toolchain/Makefile
b/package/libs/toolchain/Makefile
index 10c990a12634dd3dc062544baa7521be7811355e..9a2bf5264a5540e0b31d7d9d2bddcc589e81c405 100644
(file)
--- a/
package/libs/toolchain/Makefile
+++ b/
package/libs/toolchain/Makefile
@@
-402,7
+402,7
@@
ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
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