diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-01-31 12:50:22 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-01-31 12:50:22 +0100 |
commit | 0a1e1a7e32794a32990b1314e12699a74ac43039 (patch) | |
tree | 0592da0dd765f91b53603b43a515a13e70d112a7 /config/libc/newlib.in | |
parent | 38dbb3870188cbf0d4b6cec960c93bd73d2958d2 (diff) | |
download | crosstool-ng-0a1e1a7e32794a32990b1314e12699a74ac43039.tar.gz crosstool-ng-0a1e1a7e32794a32990b1314e12699a74ac43039.tar.bz2 crosstool-ng-0a1e1a7e32794a32990b1314e12699a74ac43039.zip |
libc/newlib: remove EXPERIMENTAL status
Although this have been only slightly tested, no one has really complained,
and it seems to be working fine so far (on AVR32 at least).
Diffstat (limited to 'config/libc/newlib.in')
-rw-r--r-- | config/libc/newlib.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/libc/newlib.in b/config/libc/newlib.in index d3ef45cb..b3e90e64 100644 --- a/config/libc/newlib.in +++ b/config/libc/newlib.in @@ -1,5 +1,5 @@ # newlib options -# depends on EXPERIMENTAL && BARE_METAL +# depends on BARE_METAL config LIBC_newlib help |