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 | f9610b31264a6cc2aa787062dfd8356da6d0c1a3 (patch) | |
tree | bc61948b16640871841c683d4722b53281278af7 /openwrt/package/libgcc/Config.in | |
parent | 1e99b4082e4d8070f9961cf500c4dfed07f76c07 (diff) | |
download | mtk-20170518-f9610b31264a6cc2aa787062dfd8356da6d0c1a3.zip mtk-20170518-f9610b31264a6cc2aa787062dfd8356da6d0c1a3.tar.gz mtk-20170518-f9610b31264a6cc2aa787062dfd8356da6d0c1a3.tar.bz2 |
Add libgcc package
SVN-Revision: 599
Diffstat (limited to 'openwrt/package/libgcc/Config.in')
-rw-r--r-- | openwrt/package/libgcc/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/libgcc/Config.in b/openwrt/package/libgcc/Config.in new file mode 100644 index 0000000..727cf10 --- /dev/null +++ b/openwrt/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. + |