diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-04-09 13:53:20 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-04-09 13:53:20 +0000 |
commit | 8dd8ebe928cc736b6c6ac406b9973c229ddcd7a8 (patch) | |
tree | 540598663b7e475c843846e53845107e068283ae /package/libgcc/Config.in | |
parent | 7c651437e8340dafdf2b7bc234e7290b891b2336 (diff) | |
download | master-187ad058-8dd8ebe928cc736b6c6ac406b9973c229ddcd7a8.tar.gz master-187ad058-8dd8ebe928cc736b6c6ac406b9973c229ddcd7a8.tar.bz2 master-187ad058-8dd8ebe928cc736b6c6ac406b9973c229ddcd7a8.zip |
Add libgcc package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@599 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libgcc/Config.in')
-rw-r--r-- | package/libgcc/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/libgcc/Config.in b/package/libgcc/Config.in new file mode 100644 index 0000000000..727cf1081d --- /dev/null +++ b/package/libgcc/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_LIBGCC + tristate "libgcc (GCC support library)" + default m + 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. + |