mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
gcc-final: disable libstdcxx-pch support, force clocale=gnu
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
283eb93e31
commit
4790c5a5f9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user