mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-25 12:36:32 +01:00
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:
commit
4a2493a556
1 changed files with 4 additions and 0 deletions
|
|
@ -90,6 +90,10 @@ src_prepare() {
|
||||||
|
|
||||||
# Remove prebuilt texinfo files
|
# Remove prebuilt texinfo files
|
||||||
rm -- */*.info* */*/*.info*
|
rm -- */*.info* */*/*.info*
|
||||||
|
|
||||||
|
# Remove pregenerated opcodes files
|
||||||
|
rm opcodes/ia64-asmtab.c
|
||||||
|
rm opcodes/z8k-opc.h
|
||||||
}
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue