Merge pull request #195 from doraskayo/binutils-2.14-remove-pregen-opcodes

Remove pregenerated opcodes files in binutils 2.14
This commit is contained in:
Andrius Štikonas 2022-09-14 21:17:12 +01:00 committed by GitHub
commit 4a2493a556
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -90,6 +90,10 @@ src_prepare() {
# Remove prebuilt texinfo files
rm -- */*.info* */*/*.info*
# Remove pregenerated opcodes files
rm opcodes/ia64-asmtab.c
rm opcodes/z8k-opc.h
}
src_configure() {