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

binutils: Reduce size slightly

This commit is contained in:
Dylan Araps 2020-03-04 03:34:49 +02:00
parent 1a18b2d35a
commit 94ee1403b3
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -15,9 +15,12 @@ export PATH=$PATH:$PWD
--enable-targets=x86_64-pep \
--disable-multilib \
--disable-werror \
--disable-gdb \
--disable-nls \
--disable-readline \
--disable-gprof \
--with-mmap \
--with-system-zlib
--with-system-zlib
make
make DESTDIR="$1" install