mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
binutils: build libopcodes for target
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
02cca7dc25
commit
2c5d302d8e
@ -66,10 +66,12 @@ make_target() {
|
||||
make configure-host
|
||||
make -C libiberty
|
||||
make -C bfd
|
||||
make -C opcodes
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
mkdir -p $SYSROOT_PREFIX/usr/lib
|
||||
cp libiberty/libiberty.a $SYSROOT_PREFIX/usr/lib
|
||||
make DESTDIR="$SYSROOT_PREFIX" -C bfd install
|
||||
make DESTDIR="$SYSROOT_PREFIX" -C opcodes install
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user