diff options
author | Nick Clifton <nickc@redhat.com> | 2000-03-06 18:09:38 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-03-06 18:09:38 +0000 |
commit | f3aeba6000f70718dc9b62ed77aef486de0c85e5 (patch) | |
tree | 9e4e23dd61a7db6e1faad333b3549d2ed6b6f082 /configure.in | |
parent | b39839636abe4a23a17e230507b8884f183d68bf (diff) | |
download | gdb-f3aeba6000f70718dc9b62ed77aef486de0c85e5.tar.gz |
Remove extraneous CYGNUYS LOCAL markers.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/configure.in b/configure.in index 7e3550c557b..2cee9b68e01 100644 --- a/configure.in +++ b/configure.in @@ -347,7 +347,6 @@ case "${enable_target_optspace}:${target}" in yes:*) target_makefile_frag="${target_makefile_frag} config/mt-ospace" ;; - # CYGNUS LOCAL d10v, d30v, fr30 :d30v-*) target_makefile_frag="${target_makefile_frag} config/mt-d30v" ;; @@ -617,15 +616,12 @@ case "${target}" in thumb-*-coff) noconfigdirs="$noconfigdirs target-libgloss" ;; -# CYGNUS LOCAL clm/arm-elf thumb-*-elf) noconfigdirs="$noconfigdirs target-libgloss" ;; thumb-*-oabi) noconfigdirs="$noconfigdirs target-libgloss" ;; -# END CYGNUS LOCAL -# CYGNUS LOCAL nickc/strongarm strongarm-*-elf) noconfigdirs="$noconfigdirs target-libgloss" if [ x${is_cross_compiler} != xno ] ; then @@ -638,8 +634,7 @@ case "${target}" in target_configdirs="${target_configdirs} target-bsp target-cygmon" fi ;; -# END CYGNUS LOCAL - thumb-*-pe) # CYGNUS LOCAL nickc/thumb + thumb-*-pe) noconfigdirs="$noconfigdirs target-libgloss" ;; arm-*-riscix*) @@ -648,17 +643,13 @@ case "${target}" in d10v-*-*) noconfigdirs="$noconfigdirs target-librx target-libg++ target-libstdc++ target-libio" ;; -# CYGNUS LOCAL d30v d30v-*-*) ;; -# END CYGNUS LOCAL -# CYGNUS LOCAL fr30 fr30-*-elf*) if [ x${is_cross_compiler} != xno ] ; then target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon" fi ;; -# END CYGNUS LOCAL h8300*-*-* | \ h8500-*-*) noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-librx target-libgloss" @@ -870,12 +861,12 @@ case "${target}" in v850-*-*) noconfigdirs="$noconfigdirs target-libgloss" ;; - v850e-*-*) # CYGNUS LOCAL v850e + v850e-*-*) noconfigdirs="$noconfigdirs target-libgloss" ;; v850ea-*-*) noconfigdirs="$noconfigdirs target-libgloss" - ;; # END CYGNUS LOCAL + ;; vax-*-vms) noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss" ;; |