diff options
author | fanquake <fanquake@gmail.com> | 2021-09-01 16:16:20 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-09-10 11:18:58 +0800 |
commit | 2ef0accefc1653ea0845683db8256dddf3b55e04 (patch) | |
tree | 55c7c245a7d641048c79ac4cb903fe27feba8333 /doc | |
parent | d2dd1697cee9d6d0f13f9cb351bce84eaa4a72b4 (diff) |
remove --enable-glibc-back-compat from CI and docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build-unix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index 44b6ad5968..02c36eea7c 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -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 |