mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-09 12:21:00 -07:00
binutils: Revert changes.
This commit is contained in:
parent
3c5f1acfe7
commit
4e1a780e35
@ -1,7 +1,5 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
machine=$(gcc -dumpmachine)
|
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--enable-targets=x86_64-pep \
|
--enable-targets=x86_64-pep \
|
||||||
@ -9,7 +7,6 @@ machine=$(gcc -dumpmachine)
|
|||||||
--disable-werror \
|
--disable-werror \
|
||||||
--disable-nls \
|
--disable-nls \
|
||||||
--with-mmap \
|
--with-mmap \
|
||||||
--build="$machine" \
|
|
||||||
--with-system-zlib
|
--with-system-zlib
|
||||||
|
|
||||||
make
|
make
|
||||||
|
@ -1 +1 @@
|
|||||||
2.32 2
|
2.32 1
|
||||||
|
Loading…
Reference in New Issue
Block a user