mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 00:07:36 +08:00
Remove extraneous CYGNUYS LOCAL markers.
This commit is contained in:
parent
68997e887d
commit
b5314dabec
15
configure.in
15
configure.in
@ -347,7 +347,6 @@ 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"
|
||||||
;;
|
;;
|
||||||
# CYGNUS LOCAL d10v, d30v, fr30
|
|
||||||
:d30v-*)
|
:d30v-*)
|
||||||
target_makefile_frag="${target_makefile_frag} config/mt-d30v"
|
target_makefile_frag="${target_makefile_frag} config/mt-d30v"
|
||||||
;;
|
;;
|
||||||
@ -617,15 +616,12 @@ case "${target}" in
|
|||||||
thumb-*-coff)
|
thumb-*-coff)
|
||||||
noconfigdirs="$noconfigdirs target-libgloss"
|
noconfigdirs="$noconfigdirs target-libgloss"
|
||||||
;;
|
;;
|
||||||
# CYGNUS LOCAL clm/arm-elf
|
|
||||||
thumb-*-elf)
|
thumb-*-elf)
|
||||||
noconfigdirs="$noconfigdirs target-libgloss"
|
noconfigdirs="$noconfigdirs target-libgloss"
|
||||||
;;
|
;;
|
||||||
thumb-*-oabi)
|
thumb-*-oabi)
|
||||||
noconfigdirs="$noconfigdirs target-libgloss"
|
noconfigdirs="$noconfigdirs target-libgloss"
|
||||||
;;
|
;;
|
||||||
# END CYGNUS LOCAL
|
|
||||||
# CYGNUS LOCAL nickc/strongarm
|
|
||||||
strongarm-*-elf)
|
strongarm-*-elf)
|
||||||
noconfigdirs="$noconfigdirs target-libgloss"
|
noconfigdirs="$noconfigdirs target-libgloss"
|
||||||
if [ x${is_cross_compiler} != xno ] ; then
|
if [ x${is_cross_compiler} != xno ] ; then
|
||||||
@ -638,8 +634,7 @@ case "${target}" in
|
|||||||
target_configdirs="${target_configdirs} target-bsp target-cygmon"
|
target_configdirs="${target_configdirs} target-bsp target-cygmon"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
# END CYGNUS LOCAL
|
thumb-*-pe)
|
||||||
thumb-*-pe) # CYGNUS LOCAL nickc/thumb
|
|
||||||
noconfigdirs="$noconfigdirs target-libgloss"
|
noconfigdirs="$noconfigdirs target-libgloss"
|
||||||
;;
|
;;
|
||||||
arm-*-riscix*)
|
arm-*-riscix*)
|
||||||
@ -648,17 +643,13 @@ case "${target}" in
|
|||||||
d10v-*-*)
|
d10v-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-librx target-libg++ target-libstdc++ target-libio"
|
noconfigdirs="$noconfigdirs target-librx target-libg++ target-libstdc++ target-libio"
|
||||||
;;
|
;;
|
||||||
# CYGNUS LOCAL d30v
|
|
||||||
d30v-*-*)
|
d30v-*-*)
|
||||||
;;
|
;;
|
||||||
# END CYGNUS LOCAL
|
|
||||||
# CYGNUS LOCAL fr30
|
|
||||||
fr30-*-elf*)
|
fr30-*-elf*)
|
||||||
if [ x${is_cross_compiler} != xno ] ; then
|
if [ x${is_cross_compiler} != xno ] ; then
|
||||||
target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
|
target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
# END CYGNUS LOCAL
|
|
||||||
h8300*-*-* | \
|
h8300*-*-* | \
|
||||||
h8500-*-*)
|
h8500-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-librx target-libgloss"
|
noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-librx target-libgloss"
|
||||||
@ -870,12 +861,12 @@ case "${target}" in
|
|||||||
v850-*-*)
|
v850-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libgloss"
|
noconfigdirs="$noconfigdirs target-libgloss"
|
||||||
;;
|
;;
|
||||||
v850e-*-*) # CYGNUS LOCAL v850e
|
v850e-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libgloss"
|
noconfigdirs="$noconfigdirs target-libgloss"
|
||||||
;;
|
;;
|
||||||
v850ea-*-*)
|
v850ea-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libgloss"
|
noconfigdirs="$noconfigdirs target-libgloss"
|
||||||
;; # END CYGNUS LOCAL
|
;;
|
||||||
vax-*-vms)
|
vax-*-vms)
|
||||||
noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss"
|
noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss"
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user