mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
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
1 changed files with 0 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue