2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

binutils: revert change

This commit is contained in:
Dylan Araps 2019-10-24 00:45:05 +03:00
parent f5a8ec6259
commit 0cad3ee6e2
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -2,8 +2,8 @@
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr \
--build="$(cc -dumpmachine)" \ --build=x86_64-pc-linux-musl \
--host="$(cc -dumpmachine)" \ --host=x86_64-pc-linux-musl \
--enable-targets=x86_64-pep \ --enable-targets=x86_64-pep \
--disable-multilib \ --disable-multilib \
--disable-werror \ --disable-werror \