mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
binutils: build libopcodes for target
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
69edcc9952
commit
0c2616d77a
@ -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