sim-card
/
qemu
Archived
10
0
Fork 0

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:
Juan Quintela 2009-08-03 14:45:52 +02:00 committed by Anthony Liguori
parent 0bd8246bfe
commit a873d453c7
1 changed files with 0 additions and 2 deletions

2
configure vendored
View File

@ -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}"