mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
binutils_2.23.1.bb: Correct typo in enable-targets configure option
Drop virtclass override in favor of class override (From OE-Core rev: b2e2cf532ebbeb7463b45193fa684e785e299c99) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -8,9 +8,9 @@ EXTRA_OECONF += "--with-sysroot=/ \
|
||||
--enable-shared \
|
||||
"
|
||||
|
||||
EXTRA_OECONF_virtclass-native = "--enable-target=all --enable-64-bit-bfd --enable-install-libbfd"
|
||||
EXTRA_OECONF_class-native = "--enable-targets=all --enable-64-bit-bfd --enable-install-libbfd"
|
||||
|
||||
do_install_virtclass-native () {
|
||||
do_install_class-native () {
|
||||
autotools_do_install
|
||||
|
||||
# Install the libiberty header
|
||||
|
||||
Reference in New Issue
Block a user