build libgcc when selected as builtin, fix from Ge0rG via irc.freenode.net, thx

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3027 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Waldemar Brodkorb 2006-01-20 14:11:31 +00:00
parent 2516c9d238
commit 35d944fc19
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ PACKAGES:=$(IPKG_BASE) $(IPKG_UCLIBC)
PACKAGES_INSTALL:=$(IPKG_BASE) $(IPKG_UCLIBC)
ifeq ($(BR2_PACKAGE_LIBGCC),y)
PACKAGES+=$(IPKG_LIBGCC)
PACKAGES_INSTALL+=$(IPKG_LIBGCC)
endif
ifeq ($(BR2_PACKAGE_LIBGCC),m)