Skip to content
Snippets Groups Projects
Commit a873d453 authored by Juan Quintela's avatar Juan Quintela Committed by Anthony Liguori
Browse files

strip binary is not used anywhere


Signed-off-by: default avatarJuan Quintela <quintela@redhat.com>
Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
Message-Id: 
parent 0bd8246b
No related branches found
No related tags found
No related merge requests found
......@@ -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}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment