projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20bc06b
)
build libgcc when selected as builtin, fix from Ge0rG via irc.freenode.net, thx
author
Waldemar Brodkorb
<wbx@openwrt.org>
Fri, 20 Jan 2006 14:11:31 +0000
(14:11 +0000)
committer
Waldemar Brodkorb
<wbx@openwrt.org>
Fri, 20 Jan 2006 14:11:31 +0000
(14:11 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3027
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
openwrt/package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/base-files/Makefile
b/openwrt/package/base-files/Makefile
index
7601de2
..
9582627
100644
(file)
--- a/
openwrt/package/base-files/Makefile
+++ b/
openwrt/package/base-files/Makefile
@@
-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)