Compile from UNIX to cygwin32.
[deliverable/binutils-gdb.git] / sim / testsuite / configure.in
CommitLineData
00729fe3
AC
1dnl Process this file file with autoconf to produce a configure script.
2dnl This file is a shell script fragment that supplies the information
3dnl necessary to tailor a template configure script into the configure
4dnl script appropriate for this directory. For more information, check
5dnl any existing configure script.
6
7AC_PREREQ(2.5)
8dnl FIXME - think of a truly uniq file to this directory
9AC_INIT(d30v-elf)
10
11CC=${CC-cc}
12AC_SUBST(CC)
13AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../..)
14AC_CANONICAL_SYSTEM
15
16# Directories to use in all configurations.
17configdirs=""
18
19
20# add test sub-directory for appropriate targets
21case "${target}" in
22# start-sanitize-d30v
23 d30v-*-elf) configdirs="${configdirs} d30v-elf" ;;
24# end-sanitize-d30v
7cf0d795
AC
25# start-sanitize-r5900
26 mips64vr5900el-*-elf) configdirs="${configdirs} mips64vr5900el-elf" ;;
27# end-sanitize-r5900
00729fe3
AC
28 *) ;;
29esac
30
31# configure the subdirectories too
32AC_CONFIG_SUBDIRS($configdirs)
33
34AC_OUTPUT(Makefile)
This page took 0.03434 seconds and 4 git commands to generate.