Enable testsuite in sim directory.
[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
25 *) ;;
26esac
27
28# configure the subdirectories too
29AC_CONFIG_SUBDIRS($configdirs)
30
31AC_OUTPUT(Makefile)
This page took 0.025758 seconds and 4 git commands to generate.