gcc-final: disable libstdcxx-pch support, force clocale=gnu

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-03-25 01:54:22 +01:00
parent 283eb93e31
commit 4790c5a5f9

View File

@ -59,6 +59,8 @@ mkdir -p objdir-$1 && cd objdir-$1
--enable-c99 \
--enable-long-long \
--enable-threads=posix \
--disable-libstdcxx-pch \
--enable-clocale=gnu \
--disable-nls
make