Remove 'LDFLAGS=-static-libstdc++' from CONFIGFLAGS in gitian-linux.yml

This seems to have been re-added by accident in older out-of-order backports.
This commit is contained in:
Alexander Block 2017-12-22 17:20:28 +01:00
parent 80d02d8f5e
commit a60d4d64c6

View File

@ -26,7 +26,7 @@ files: []
script: |
WRAP_DIR=$HOME/wrapped
HOSTS="i686-pc-linux-gnu x86_64-unknown-linux-gnu"
CONFIGFLAGS="--enable-glibc-back-compat --enable-reduce-exports --disable-bench --disable-gui-tests LDFLAGS=-static-libstdc++"
CONFIGFLAGS="--enable-glibc-back-compat --enable-reduce-exports --disable-bench --disable-gui-tests"
FAKETIME_HOST_PROGS=""
FAKETIME_PROGS="date ar ranlib nm strip objcopy"
HOST_CFLAGS="-O2 -g"