diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-12-27 17:24:12 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-12-27 17:24:12 +0000 |
commit | 2503987b96ee297c54d96ee5b9999e2dec1f0d5a (patch) | |
tree | 9e9f8430c113eaf3c9dece3b5aee0f04673e3e59 /bfd/config.bfd | |
parent | 9ddf40891d56ffc008fcb4024ba52bcc5b059f01 (diff) | |
download | gdb-2503987b96ee297c54d96ee5b9999e2dec1f0d5a.zip gdb-2503987b96ee297c54d96ee5b9999e2dec1f0d5a.tar.gz gdb-2503987b96ee297c54d96ee5b9999e2dec1f0d5a.tar.bz2 |
fix typoo in comment
Diffstat (limited to 'bfd/config.bfd')
-rwxr-xr-x | bfd/config.bfd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index c876ea7..2c96bd2 100755 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -7,7 +7,7 @@ # targ_selvecs Vectors to build for this target # targ_archs Architectures for this target # 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 # targmatch.h file. The #ifdef and #endif lines that appear below are @@ -26,7 +26,7 @@ targ_selvecs= targ_cflags= targ_underscore=no -targ_cpu=`echo $targ | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'` +targ_cpu=`echo $targ | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` case "${targ_cpu}" in arm*) targ_archs=bfd_arm_arch ;; hppa*) targ_archs=bfd_hppa_arch ;; @@ -310,7 +310,7 @@ case "${targ}" in ;; m68*-ericsson-*) targ_defvec=sunos_big_vec - targ_selvecs="m68kcoff_vec tekhex_vec" + targ_selvecs="m68kcoff_vec versados_vec tekhex_vec" targ_underscore=yes ;; m68*-cbm-*) |