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"
|
||||
make="make"
|
||||
install="install"
|
||||
strip="strip"
|
||||
objcopy="objcopy"
|
||||
ld="ld"
|
||||
|
||||
@ -54,7 +53,6 @@ done
|
||||
|
||||
cc="${cross_prefix}${cc}"
|
||||
ar="${cross_prefix}${ar}"
|
||||
strip="${cross_prefix}${strip}"
|
||||
objcopy="${cross_prefix}${objcopy}"
|
||||
ld="${cross_prefix}${ld}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user