mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-13 23:05:24 +01:00
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:
parent
ca9d3aa51f
commit
0d81d85e05
3 changed files with 4 additions and 2 deletions
|
|
@ -123,6 +123,7 @@ src_configure() {
|
|||
--disable-64-bit-bfd \
|
||||
--prefix="${PREFIX}" \
|
||||
--libdir="${LIBDIR}" \
|
||||
--with-sysroot= \
|
||||
--srcdir=.
|
||||
cd ..
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue