Remove objcopy in WITHOUT_TOOLCHAIN if it's from elftoolchain
This commit is contained in:
parent
0bd11ac8f9
commit
156e1855a4
@ -7946,6 +7946,10 @@ OLD_FILES+=usr/share/man/man1/readelf.1.gz
|
||||
OLD_FILES+=usr/share/man/man1/size.1.gz
|
||||
OLD_FILES+=usr/share/man/man1/strings.1.gz
|
||||
OLD_FILES+=usr/share/man/man1/strip.1.gz
|
||||
.if ${MK_ELFCOPY_AS_OBJCOPY} != no
|
||||
OLD_FILES+=usr/bin/objcopy
|
||||
OLD_FILES+=usr/share/man/man1/objcopy.1.gz
|
||||
.endif
|
||||
.endif
|
||||
.if ${MK_TOOLCHAIN} == no || ${MK_ELFCOPY_AS_OBJCOPY} != no
|
||||
OLD_FILES+=usr/bin/elfcopy
|
||||
|
Loading…
Reference in New Issue
Block a user