fix typoo in comment
This commit is contained in:
parent
9ddf40891d
commit
2503987b96
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
# targ_selvecs Vectors to build for this target
|
# targ_selvecs Vectors to build for this target
|
||||||
# targ_archs Architectures for this target
|
# targ_archs Architectures for this target
|
||||||
# targ_cflags $(CFLAGS) for this target (FIXME: pretty bogus)
|
# targ_cflags $(CFLAGS) for this target (FIXME: pretty bogus)
|
||||||
# targ_undercore Whether underscores are used: yes or no
|
# targ_underscore Whether underscores are used: yes or no
|
||||||
|
|
||||||
# Part of this file is processed by targmatch.sed to generate the
|
# Part of this file is processed by targmatch.sed to generate the
|
||||||
# targmatch.h file. The #ifdef and #endif lines that appear below are
|
# targmatch.h file. The #ifdef and #endif lines that appear below are
|
||||||
|
@ -26,7 +26,7 @@ targ_selvecs=
|
||||||
targ_cflags=
|
targ_cflags=
|
||||||
targ_underscore=no
|
targ_underscore=no
|
||||||
|
|
||||||
targ_cpu=`echo $targ | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'`
|
targ_cpu=`echo $targ | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
|
||||||
case "${targ_cpu}" in
|
case "${targ_cpu}" in
|
||||||
arm*) targ_archs=bfd_arm_arch ;;
|
arm*) targ_archs=bfd_arm_arch ;;
|
||||||
hppa*) targ_archs=bfd_hppa_arch ;;
|
hppa*) targ_archs=bfd_hppa_arch ;;
|
||||||
|
@ -310,7 +310,7 @@ case "${targ}" in
|
||||||
;;
|
;;
|
||||||
m68*-ericsson-*)
|
m68*-ericsson-*)
|
||||||
targ_defvec=sunos_big_vec
|
targ_defvec=sunos_big_vec
|
||||||
targ_selvecs="m68kcoff_vec tekhex_vec"
|
targ_selvecs="m68kcoff_vec versados_vec tekhex_vec"
|
||||||
targ_underscore=yes
|
targ_underscore=yes
|
||||||
;;
|
;;
|
||||||
m68*-cbm-*)
|
m68*-cbm-*)
|
||||||
|
|
Loading…
Reference in a new issue