mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-06 02:46:39 +00:00
libc/glibc: fix passing args with spaces when calling backend
Spaces in arguments to the glibc backend were not handled. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
b491627228
commit
96ab98a14b
@ -70,7 +70,7 @@ do_libc_backend() {
|
||||
local glibc_cflags
|
||||
|
||||
while [ $# -ne 0 ]; do
|
||||
eval "${1}"
|
||||
eval "${1// /\\ }"
|
||||
shift
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user