cross-arm-linux-gnueabihf: drop unneeded libdir

This commit is contained in:
q66 2020-03-15 20:54:50 +01:00
parent 0a3c71bc86
commit 04d8a898a1

View file

@ -233,7 +233,6 @@ _gcc_build() {
touch .sed_subst_done
fi
_args="--prefix=/usr"
_args+=" --libdir=/usr/lib"
_args+=" --libexecdir=/usr/lib"
_args+=" --target=${_triplet}"
_args+=" --with-sysroot=${_sysroot}"