1994-01-04 21:14:04 +00:00
|
|
|
# Configuration fragment for GAS.
|
|
|
|
|
1994-01-25 18:59:27 +00:00
|
|
|
forward-include {srcdir}config:ho-mpw.h host.h
|
1994-06-26 23:51:45 +00:00
|
|
|
|
|
|
|
Set target_arch `echo {target_canonical} | sed -e 's/-.*-.*//'`
|
|
|
|
|
|
|
|
# (should canonicalize arch name) */
|
|
|
|
|
|
|
|
Set target_format `echo {target_canonical} | sed -e 's/.*-.*-//'`
|
|
|
|
|
|
|
|
forward-include "{srcdir}"config:tc-{target_arch}.c targ-cpu.c
|
|
|
|
forward-include "{srcdir}"config:tc-{target_arch}.h targ-cpu.h
|
|
|
|
|
|
|
|
forward-include "{srcdir}"config:obj-{target_format}.c obj-format.c
|
|
|
|
forward-include "{srcdir}"config:obj-{target_format}.h obj-format.h
|
|
|
|
|
|
|
|
# Default emulation.
|
|
|
|
|
|
|
|
forward-include "{srcdir}"config:te-generic.h targ-env.h
|
|
|
|
|
|
|
|
If "{target_arch}" =~ /ns32k/
|
|
|
|
forward-include "{srcdir}"config:atof-ns32k.c atof-targ.c
|
|
|
|
Else If "{target_arch}" =~ /tahoe/
|
|
|
|
forward-include "{srcdir}"config:atof-tahoe.c atof-targ.c
|
|
|
|
Else If "{target_arch}" =~ /vax/
|
|
|
|
forward-include "{srcdir}"config:atof-vax.c atof-targ.c
|
|
|
|
Else
|
|
|
|
# Use IEEE by default.
|
|
|
|
forward-include "{srcdir}"config:atof-ieee.c atof-targ.c
|
|
|
|
End If
|