mirror of
https://github.com/oasislinux/oasis.git
synced 2026-06-21 15:37:15 +02:00
bb561b7523
Enable BFD and set gas target arch to aarch64, if building with aarch64-linux-musl
21 lines
435 B
Markdown
21 lines
435 B
Markdown
# binutils
|
|
|
|
## */config.h
|
|
Generated with
|
|
|
|
./configure \
|
|
--build=x86_64-unknown-linux-musl \
|
|
--disable-gold \
|
|
--disable-libctf \
|
|
--disable-nls \
|
|
--disable-plugins \
|
|
--enable-compressed-debug-sections=gas \
|
|
--enable-default-hash-style=gnu \
|
|
--enable-deterministic-archives \
|
|
--enable-new-dtags \
|
|
--enable-separate-code \
|
|
--enable-textrel-check \
|
|
--enable-x86-used-note \
|
|
--without-msgpack
|
|
make configure-host
|