mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
Be gentle to older findutils that don't have the "{} +" construct, and simply use "{} \;" instead.
/trunk/scripts/build/debug/300-gdb.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
This commit is contained in:
parent
bda3dc8943
commit
520eda92a2
@ -177,7 +177,7 @@ do_debug_gdb_build() {
|
||||
CT_DoExecLog ALL make DESTDIR="${CT_DEBUG_INSTALL_DIR}" install
|
||||
|
||||
# Building a native gdb also builds a gdbserver
|
||||
find "${CT_DEBUG_INSTALL_DIR}" -type f -name gdbserver -exec rm -fv {} + 2>&1 |CT_DoLog ALL
|
||||
find "${CT_DEBUG_INSTALL_DIR}" -type f -name gdbserver -exec rm -fv {} \; 2>&1 |CT_DoLog ALL
|
||||
|
||||
unset ac_cv_func_strncmp_works
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user