mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 09:14:14 +08:00
Fix typo
This commit is contained in:
@ -333,6 +333,7 @@ esac
|
|||||||
# If --enable-target-optspace always use -Os instead of -O2 to build
|
# If --enable-target-optspace always use -Os instead of -O2 to build
|
||||||
# the target libraries, similarly if it is not specified, use -Os
|
# the target libraries, similarly if it is not specified, use -Os
|
||||||
# on selected platforms.
|
# on selected platforms.
|
||||||
|
echo "---${enable_target_optspace}:${target}--" 1>&2
|
||||||
case "${enable_target_optspace}:${target}" in
|
case "${enable_target_optspace}:${target}" in
|
||||||
yes:*)
|
yes:*)
|
||||||
target_makefile_frag="${target_makefile_frag} config/mt-ospace"
|
target_makefile_frag="${target_makefile_frag} config/mt-ospace"
|
||||||
@ -345,7 +346,7 @@ case "${enable_target_optspace}:${target}" in
|
|||||||
target_makefile_frag="${target_makefile_frag} config/mt-ospace"
|
target_makefile_frag="${target_makefile_frag} config/mt-ospace"
|
||||||
;;
|
;;
|
||||||
# end-sanitize-d30v
|
# end-sanitize-d30v
|
||||||
no:*)
|
no:* | :*)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
|
echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
|
||||||
|
Reference in New Issue
Block a user