mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 16:43:09 +02:00
[package] toolchain: fix libgcc and libgfortran packages for avr32 and coldfire
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32772 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a931e49ccc
commit
fa73d6d458
@ -355,12 +355,12 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
|
||||
|
||||
define Package/libgcc/install
|
||||
$(INSTALL_DIR) $(1)/lib
|
||||
$(if $(TARGET_avr32)$(TARGET_coldfire),,$(CP) $(TOOLCHAIN_DIR)/lib/libgcc_s.so.* $(1)/lib/)
|
||||
$(if $(CONFIG_TARGET_avr32)$(CONFIG_TARGET_coldfire),,$(CP) $(TOOLCHAIN_DIR)/lib/libgcc_s.so.* $(1)/lib/)
|
||||
endef
|
||||
|
||||
define Package/libgfortran/install
|
||||
$(INSTALL_DIR) $(1)/usr/lib
|
||||
$(if $(TARGET_avr32)$(TARGET_coldfire),,$(CP) $(TOOLCHAIN_DIR)/lib/libgfortran.so.* $(1)/usr/lib/)
|
||||
$(if $(CONFIG_TARGET_avr32)$(CONFIG_TARGET_coldfire),,$(CP) $(TOOLCHAIN_DIR)/lib/libgfortran.so.* $(1)/usr/lib/)
|
||||
endef
|
||||
|
||||
define Package/libssp/install
|
||||
|
Loading…
Reference in New Issue
Block a user