1 dnl Process this file with autoconf to produce a configure script.
5 AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/..)
9 # WHEN ADDING ENTRIES TO THIS MATRIX:
10 # Make sure that the left side always has two dashes. Otherwise you
11 # can get spurious matches. Even for unambiguous cases, do this as a
12 # convention, else the table becomes a real mess to understand and maintain.
15 arm*-*-*) sim_target=arm ;;
16 h8300*-*-*) sim_target=h8300 ;;
17 h8500-*-*) sim_target=h8500 ;;
18 mips*-*-*) sim_target=mips ;;
19 sh*-*-*) sim_target=sh ;;
20 powerpc-*-eabisim*) sim_target=ppc ;;
21 powerpcle-*-eabisim*) sim_target=ppc ;;
22 w65-*-*) sim_target=w65 ;;
23 z8k*-*-*) sim_target=z8k ;;
27 configdirs=${sim_target}
28 AC_CONFIG_SUBDIRS($configdirs)