mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-16 16:25:23 +01:00
Remove pregenerated opcodes files in binutils 2.14
This commit is contained in:
parent
6e4ad4c91d
commit
d78fcdfa99
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