mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
9e4eebc207
to tc-, obj-, and atof- files, use te-generic.h for emulation. * mpw-make.in (VERSION): Define. (as.c): Compile with GCC. (TARG_OBJECTS, CLIBS): Define. (as.new): Use LDFLAGS, TARG_OBJECTS, CLIBS and EXTRALIBS in link command. (config.h, config-stamp): Build. config/ho-mpw.h (HOST_SPECIAL_INIT): Define.
31 lines
965 B
Plaintext
31 lines
965 B
Plaintext
# Configuration fragment for GAS.
|
|
|
|
forward-include {srcdir}config:ho-mpw.h host.h
|
|
|
|
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
|