mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-24 06:13:24 +08:00
missing backslash after C++_FOR_BUILD in FLAGS_TO_PASS (latest/make dies,
/bin/make ignores it...)
This commit is contained in:
@ -170,7 +170,7 @@ FLAGS_TO_PASS = \
|
||||
"AR_FLAGS=$(AR_FLAGS)" \
|
||||
"BISON=$(BISON)" \
|
||||
"C++FLAGS=$(C++FLAGS)" \
|
||||
"C++_FOR_BUILD=$(C++_FOR_BUILD)"
|
||||
"C++_FOR_BUILD=$(C++_FOR_BUILD)" \
|
||||
"CC=$(CC)" \
|
||||
"CC_FOR_BUILD=$(CC_FOR_BUILD)" \
|
||||
"CFLAGS=$(CFLAGS)" \
|
||||
|
Reference in New Issue
Block a user