diff options
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 0000000000..727cf1081d --- /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. + |