Fix --with-sysroot in binutils (again)

--with-sysroot removal is insufficient.

There is bad behaviour somewhere that causes --with-sysroot=no as the
default, and then sysroot to be set to 'no'. In reality, we should have
literally no sysroot; so set --with-sysroot=
This commit is contained in:
fosslinux 2023-02-06 16:56:14 +11:00
parent ca9d3aa51f
commit 0d81d85e05
3 changed files with 4 additions and 2 deletions

View file

@ -76,6 +76,7 @@ src_configure() {
--program-prefix="" \
--prefix="${PREFIX}" \
--libdir="${LIBDIR}" \
--with-sysroot= \
--srcdir=.
cd ..
done