mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-20 17:10:53 +00:00
Fix missing $ for variable
Fixes https://github.com/crosstool-ng/crosstool-ng/issues/2321 Credit to @jimbomorrison for spotting it. Signed-off-by: Quentin Boswank <qubos@outlook.de>
This commit is contained in:
parent
f9b7dd7d69
commit
a50a39aa84
@ -127,7 +127,7 @@ do_gmp_backend() {
|
||||
# CC_FOR_BUILD and CPP_FOR_BUILD.
|
||||
CT_DoExecLog CFG \
|
||||
CC_FOR_BUILD="${CT_BUILD}-gcc" \
|
||||
CPP_FOR_BUILD="{CT_BUILD}-cpp" \
|
||||
CPP_FOR_BUILD="${CT_BUILD}-cpp" \
|
||||
CC="${host}-gcc" \
|
||||
CFLAGS="${cflags} -fexceptions" \
|
||||
LDFLAGS="${ldflags}" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user