Date:2011-02-23 10:41:42 (13 years 1 month ago)
Author:kyak
Commit:af2c616c49bf45a3a9b38022cdbd103d06104e7c
Message:gcc-mips: don't install libs already installed by system

Files: gcc-mips/Makefile (2 diffs)

Change Details

gcc-mips/Makefile
88PKG_NAME:=gcc
99#PKG_VERSION:=$(strip $(subst ",, $(CONFIG_GCC_VERSION)))#"))
1010PKG_VERSION:=4.3.3
11PKG_RELEASE:=1
11PKG_RELEASE:=2
1212PATCH_DIR=$(TOPDIR)/toolchain/gcc/patches/$(PKG_VERSION)
1313PKG_SOURCE_URL:=ftp://ftp.fu-berlin.de/unix/languages/gcc/releases/gcc-$(PKG_VERSION) \
1414    http://mirrors.rcn.net/pub/sourceware/gcc/releases/gcc-$(PKG_VERSION) \
...... 
9090    cp -rf $(TOOLCHAIN_DIR)/usr/lib/*.{a,la,o} $(1)/usr/lib/$(PKG_NAME)/$(REAL_GNU_TARGET_NAME)/$(PKG_VERSION)
9191    cp -rf $(TOOLCHAIN_DIR)/lib/* $(1)/usr/lib/$(PKG_NAME)/$(REAL_GNU_TARGET_NAME)/$(PKG_VERSION)
9292    cp $(STAGING_DIR)/usr/lib/libopcodes*.so $(1)/usr/lib
93    rm -rf $(1)/usr/lib/libstdc++.so*
9394endef
9495
9596$(eval $(call BuildPackage,gcc-mips))

Archive Download the corresponding diff file



interactive