diff options
Diffstat (limited to 'binutils/testsuite/binutils-all/configure.in')
-rw-r--r-- | binutils/testsuite/binutils-all/configure.in | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/binutils/testsuite/binutils-all/configure.in b/binutils/testsuite/binutils-all/configure.in new file mode 100644 index 0000000..3f3da28 --- /dev/null +++ b/binutils/testsuite/binutils-all/configure.in @@ -0,0 +1,30 @@ +# necessary to tailor a template configure script into the configure +# script appropriate for this directory. For more information, check +# any existing configure script. + +srctrigger=nm.exp +srcname="DejaGnu" + +# per-host: + +# per-target: + +# per-target: + + # everything defaults to unix for a target +target_makefile_frag=../config/mt-unix + + # this section is for all targets +case "${target}" in + i[345]86-*-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: |