aboutsummaryrefslogtreecommitdiff
path: root/gas/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'gas/configure.in')
-rw-r--r--gas/configure.in31
1 files changed, 31 insertions, 0 deletions
diff --git a/gas/configure.in b/gas/configure.in
new file mode 100644
index 0000000..4da7737
--- /dev/null
+++ b/gas/configure.in
@@ -0,0 +1,31 @@
+# This file is a shell script that supplies the information necessary
+# to tailor a template configure script into the configure script
+# appropriate for this directory. For more information, check any
+# existing configure script.
+
+srctrigger=as.c
+srcname="gas"
+
+case $target in
+*-coff)
+ obj_format=coff
+ ;;
+*-bout)
+ obj_format=bout
+ ;;
+*)
+ obj_format=aout
+ ;;
+esac
+
+case $target in
+vax)
+ atof=vax
+ ;;
+*)
+ atof=ieee
+ ;;
+esac
+
+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"
+links="host.h targ-cpu.c targ-cpu.h targ-env.h obj-format.h obj-format.c atof-targ.c"