gnu-binutils: support all architectures

This commit is contained in:
Jeremy Soller 2023-05-19 13:18:49 -06:00
parent aeca42f126
commit 927e4af116
No known key found for this signature in database
GPG Key ID: DCFCA852D3906975

View File

@ -26,7 +26,7 @@ function recipe_build {
--with-expat \
--with-multilib \
--with-interwork \
--enable-targets=x86_64-unknown-redox \
--enable-targets="${TARGET}" \
--disable-nls \
--disable-werror
"$REDOX_MAKE" -j"$($NPROC)"