mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-embedded/esp-idf: drop failing rm in case of USE=riscv32
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
@@ -140,7 +140,6 @@ src_install() {
|
||||
rm "${WORKDIR}"/xtensa-esp-elf-gdb/bin/xtensa-esp-elf-gdb-3.{8..10} || die
|
||||
install_tool xtensa-esp-elf-gdb
|
||||
if use riscv32; then
|
||||
rm "${WORKDIR}"/riscv32-esp-elf-gdb/bin/xtensa-esp-elf-gdb-3.{8..10} || die
|
||||
install_tool riscv32-esp-elf-gdb
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user