Moves V=1 and NO_QT=1 to MAKEOPTS
This commit is contained in:
committed by
Jack Grigg
parent
6fe11af7b5
commit
a9f33db1ae
@@ -31,6 +31,7 @@ script: |
|
|||||||
WRAP_DIR=$HOME/wrapped
|
WRAP_DIR=$HOME/wrapped
|
||||||
HOSTS="x86_64-unknown-linux-gnu"
|
HOSTS="x86_64-unknown-linux-gnu"
|
||||||
CONFIGFLAGS="--enable-glibc-back-compat --enable-reduce-exports --disable-bench --disable-gui-tests --with-gui=no --enable-hardening"
|
CONFIGFLAGS="--enable-glibc-back-compat --enable-reduce-exports --disable-bench --disable-gui-tests --with-gui=no --enable-hardening"
|
||||||
|
MAKEOPTS="V=1 NO_QT=1"
|
||||||
FAKETIME_HOST_PROGS=""
|
FAKETIME_HOST_PROGS=""
|
||||||
FAKETIME_PROGS="date ar ranlib nm strip objcopy"
|
FAKETIME_PROGS="date ar ranlib nm strip objcopy"
|
||||||
HOST_CFLAGS="-fwrapv -fno-strict-aliasing -Werror -g"
|
HOST_CFLAGS="-fwrapv -fno-strict-aliasing -Werror -g"
|
||||||
@@ -83,7 +84,7 @@ script: |
|
|||||||
BASEPREFIX=`pwd`/depends
|
BASEPREFIX=`pwd`/depends
|
||||||
# Build dependencies for each host
|
# Build dependencies for each host
|
||||||
for i in $HOSTS; do
|
for i in $HOSTS; do
|
||||||
make ${MAKEOPTS} -C ${BASEPREFIX} V=1 NO_QT=1 HOST="${i}"
|
make ${MAKEOPTS} -C ${BASEPREFIX} HOST="${i}"
|
||||||
done
|
done
|
||||||
|
|
||||||
# Faketime for binaries
|
# Faketime for binaries
|
||||||
|
|||||||
Reference in New Issue
Block a user