First cut config hits binutils.
[deliverable/binutils-gdb.git] / gas / configure.in
CommitLineData
fecd2382
RP
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
6srctrigger=as.c
7srcname="gas"
8
9case $target in
10*-coff)
11 obj_format=coff
12 ;;
13*-bout)
14 obj_format=bout
15 ;;
16*)
17 obj_format=aout
18 ;;
19esac
20
21case $target in
22vax)
23 atof=vax
24 ;;
25*)
26 atof=ieee
27 ;;
28esac
29
30files="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"
31links="host.h targ-cpu.c targ-cpu.h targ-env.h obj-format.h obj-format.c atof-targ.c"
This page took 0.023365 seconds and 4 git commands to generate.