summaryrefslogtreecommitdiffstats
path: root/openwrt/package/libgcc/Config.in
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-29 09:51:34 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-29 09:51:34 +0000
commit045896f4743bf3ff044960b106bdf0f39310000a (patch)
treed4945dce3757008920f3e038c754516c5ea95953 /openwrt/package/libgcc/Config.in
parent35cbf0d9385af66d9ab2dad3facba3e1845ae5a7 (diff)
make gcc compile install libgcc_s by default, remove package/libgcc/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@755 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/libgcc/Config.in')
-rw-r--r--openwrt/package/libgcc/Config.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/openwrt/package/libgcc/Config.in b/openwrt/package/libgcc/Config.in
deleted file mode 100644
index 074b8a311..000000000
--- a/openwrt/package/libgcc/Config.in
+++ /dev/null
@@ -1,9 +0,0 @@
-config BR2_PACKAGE_LIBGCC
- tristate "libgcc (GCC support library)"
- default m if CONFIG_DEVEL
- help
- Shared version of the support library, a library of
- internal subroutines that GCC uses to overcome
- shortcomings of particular machines, or special needs
- for some languages.
-