diff options
Diffstat (limited to 'package/ustl/Config.in')
-rw-r--r-- | package/ustl/Config.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/package/ustl/Config.in b/package/ustl/Config.in deleted file mode 100644 index b2f7959c0..000000000 --- a/package/ustl/Config.in +++ /dev/null @@ -1,13 +0,0 @@ -config ADK_PACKAGE_USTL - prompt "ustl.............................. C++ Standard Template Library for embedded systems" - tristate - default n - depends on ADK_CXX - help - uSTL is a partial implementation of the STL (Standard Template - Library) that reduces code size by factoring memory management - code into a non-template base class and deriving containers - from it. - - http://ustl.sourceforge.net/ - |