mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
binutils/sstrip: fix when sstrip is disabled
This commit is contained in:
parent
e87c5ea135
commit
a8979d911f
@ -1,8 +1,8 @@
|
||||
# This will build and install sstrip to run on host and sstrip target files
|
||||
|
||||
do_tools_sstrip_get() { :; }
|
||||
do_tools_sstrip_extract() { :; }
|
||||
do_tools_sstrip() { :; }
|
||||
do_sstrip_get() { :; }
|
||||
do_sstrip_extract() { :; }
|
||||
do_sstrip() { :; }
|
||||
|
||||
if [ "${CT_SSTRIP}" = "y" ]; then
|
||||
do_sstrip_get() {
|
||||
|
Loading…
Reference in New Issue
Block a user