remove --enable-glibc-back-compat from CI and docs

This commit is contained in:
fanquake
2021-09-01 16:16:20 +08:00
parent d2dd1697ce
commit 2ef0accefc
4 changed files with 4 additions and 4 deletions

View File

@@ -348,7 +348,7 @@ To build executables for ARM:
make HOST=arm-linux-gnueabihf NO_QT=1
cd ..
./autogen.sh
CONFIG_SITE=$PWD/depends/arm-linux-gnueabihf/share/config.site ./configure --enable-glibc-back-compat --enable-reduce-exports LDFLAGS=-static-libstdc++
CONFIG_SITE=$PWD/depends/arm-linux-gnueabihf/share/config.site ./configure --enable-reduce-exports LDFLAGS=-static-libstdc++
make