diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-23 20:02:29 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-23 20:02:29 +0000 |
commit | cfcc935fa2f110fdf4824c67d3cd67f34d91f7a8 (patch) | |
tree | bc44c7e2aea0c387867ce3601e782b02a940d79e /toolchain/musl/Config.version | |
parent | 4cf1359d5dc38debc89834d895f9a3951044bf90 (diff) |
[buildroot] add preliminary support for musl
Musl is an alternative C-library, see http://www.musl-libc.org for more infos.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34314 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/musl/Config.version')
-rw-r--r-- | toolchain/musl/Config.version | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/toolchain/musl/Config.version b/toolchain/musl/Config.version new file mode 100644 index 0000000000..e76033be22 --- /dev/null +++ b/toolchain/musl/Config.version @@ -0,0 +1,13 @@ +config MUSL_VERSION + string + depends on USE_MUSL + default "0.9.7" if MUSL_VERSION_0_9_7 + default "0.9.7" + +if !TOOLCHAINOPTS + + config MUSL_VERSION_0_9_7 + default y if USE_MUSL + bool + +endif |