strip binary is not used anywhere
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Message-Id:
This commit is contained in:
parent
0bd8246bfe
commit
a873d453c7
2
configure
vendored
2
configure
vendored
@ -33,7 +33,6 @@ host_cc="gcc"
|
|||||||
ar="ar"
|
ar="ar"
|
||||||
make="make"
|
make="make"
|
||||||
install="install"
|
install="install"
|
||||||
strip="strip"
|
|
||||||
objcopy="objcopy"
|
objcopy="objcopy"
|
||||||
ld="ld"
|
ld="ld"
|
||||||
|
|
||||||
@ -54,7 +53,6 @@ done
|
|||||||
|
|
||||||
cc="${cross_prefix}${cc}"
|
cc="${cross_prefix}${cc}"
|
||||||
ar="${cross_prefix}${ar}"
|
ar="${cross_prefix}${ar}"
|
||||||
strip="${cross_prefix}${strip}"
|
|
||||||
objcopy="${cross_prefix}${objcopy}"
|
objcopy="${cross_prefix}${objcopy}"
|
||||||
ld="${cross_prefix}${ld}"
|
ld="${cross_prefix}${ld}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user