mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
* Makefile.in (TARGET_FLAGS_TO_PASS): Fix syntax of
sanitize-chill comments.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Wed May 25 17:10:38 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
||||||
|
|
||||||
|
* Makefile.in (TARGET_FLAGS_TO_PASS): Fix syntax of
|
||||||
|
sanitize-chill comments.
|
||||||
|
|
||||||
Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
|
Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
|
||||||
|
|
||||||
* Revert the previous changes. Please see Rob's directory
|
* Revert the previous changes. Please see Rob's directory
|
||||||
|
@ -149,12 +149,12 @@ TARGET_FLAGS_TO_PASS = \
|
|||||||
'CC=$$(CC_FOR_TARGET)' \
|
'CC=$$(CC_FOR_TARGET)' \
|
||||||
"CC_FOR_TARGET=$(CC_FOR_TARGET)" \
|
"CC_FOR_TARGET=$(CC_FOR_TARGET)" \
|
||||||
"CFLAGS=$(CFLAGS)" \
|
"CFLAGS=$(CFLAGS)" \
|
||||||
# start-sanitize-chill
|
$(start-sanitize-chill) \
|
||||||
"CHILLFLAGS=$(CHILLFLAGS)" \
|
"CHILLFLAGS=$(CHILLFLAGS)" \
|
||||||
'CHILL=$$(CHILL_FOR_TARGET)' \
|
'CHILL=$$(CHILL_FOR_TARGET)' \
|
||||||
"CHILL_FOR_TARGET=$(CHILL_FOR_TARGET)" \
|
"CHILL_FOR_TARGET=$(CHILL_FOR_TARGET)" \
|
||||||
"CHILL_LIB=$(CHILL_LIB)" \
|
"CHILL_LIB=$(CHILL_LIB)" \
|
||||||
# end-sanitize-chill
|
$(end-sanitize-chill) \
|
||||||
'CXX=$$(CXX_FOR_TARGET)' \
|
'CXX=$$(CXX_FOR_TARGET)' \
|
||||||
"CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
|
"CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
|
||||||
"CXXFLAGS=$(CXXFLAGS)" \
|
"CXXFLAGS=$(CXXFLAGS)" \
|
||||||
|
Reference in New Issue
Block a user