mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-28 03:33:30 +08:00
39a20ec677
* configure.in (sparclite): Match on sparclite*-*-*.
31 lines
1.0 KiB
Plaintext
31 lines
1.0 KiB
Plaintext
# This file is a shell script fragment that supplies the information
|
|
# necessary to tailor a template configure script into the configure
|
|
# script appropriate for this directory. For more information, check
|
|
# any existing configure script.
|
|
|
|
srctrigger="Makefile.in"
|
|
srcname="DejaGnu"
|
|
|
|
configdirs="binutils.all"
|
|
|
|
# per-host:
|
|
|
|
# per-target:
|
|
|
|
# this section is for all targets
|
|
case "${target}" in
|
|
i386-*-aout) target_makefile_frag=config/mt-i386-aout ;;
|
|
*-*-lynx*) target_makefile_frag=config/mt-lynx ;;
|
|
*-*-vxworks) target_makefile_frag=config/mt-vxworks ;;
|
|
m68k-*-*) target_makefile_frag=config/mt-m68k ;;
|
|
i960-*-nindy) target_makefile_frag=config/mt-i960-nindy ;;
|
|
a29k-*-udi) target_makefile_frag=config/mt-a29k-udi ;;
|
|
sparclite*-*-*) target_makefile_frag=config/mt-slite ;;
|
|
sparc-*-aout) target_makefile_frag=config/mt-sparc-aout ;;
|
|
mips-*-ecoff) target_makefile_frag=config/mt-mips-ecoff ;;
|
|
esac
|
|
|
|
# post-target:
|
|
|
|
# make local configuration file, using MAKE if one is specified.
|