crosstool-ng/scripts/build/libc
Bryan Hundven ec9af46847 glibc: Mirror extra_config flags from do_libc_backend_once
In do_libc_backend_once:
```
              # Also, if those two are missing, iconv build breaks
              extra_config+=( --disable-debug --disable-sanity-checks )
```

But in do_libc_locales we only add ```--disable-debug```.
This change adds ```--disable-sanity-checks``` to do_libc_locales to
mirror this, as I've seen iconv break this way.

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2016-02-23 23:34:38 -08:00
..
avr-libc.sh scripts: Update usage of CT_GetCustom 2015-12-08 10:55:13 -08:00
glibc.sh glibc: Mirror extra_config flags from do_libc_backend_once 2016-02-23 23:34:38 -08:00
mingw.sh consistency: Use exported variables of required tools 2015-11-17 02:48:09 -08:00
musl.sh scripts: Update usage of CT_GetCustom 2015-12-08 10:55:13 -08:00
newlib.sh scripts: Update usage of CT_GetCustom 2015-12-08 10:55:13 -08:00
none.sh avr-libc: add support for avr-libc C library 2015-06-21 20:53:06 -03:00
uClibc.sh scripts: Update usage of CT_GetCustom 2015-12-08 10:55:13 -08:00