]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/configure.in
Initial revision
[thirdparty/binutils-gdb.git] / gas / configure.in
1 # This file is a shell script that supplies the information necessary
2 # to tailor a template configure script into the configure script
3 # appropriate for this directory. For more information, check any
4 # existing configure script.
5
6 srctrigger=as.c
7 srcname="gas"
8
9 case $target in
10 *-coff)
11 obj_format=coff
12 ;;
13 *-bout)
14 obj_format=bout
15 ;;
16 *)
17 obj_format=aout
18 ;;
19 esac
20
21 case $target in
22 vax)
23 atof=vax
24 ;;
25 *)
26 atof=ieee
27 ;;
28 esac
29
30 files="ho-${host}.h tc-${cpu_type}.c tc-${cpu_type}.h te-generic.h obj-${obj_format}.h obj-${obj_format}.c atof-${atof}.c"
31 links="host.h targ-cpu.c targ-cpu.h targ-env.h obj-format.h obj-format.c atof-targ.c"