mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
5076de826c
config files moved to an appropriate config/<cpu> subdirectory. * nm-*, xm-*, tm-*: All native, host, and target files, which get linked to nm.h, xm.h, and tm.h respectively by configure, moved to appropriate config/<cpu> subdirectory.
9 lines
263 B
Mathematica
9 lines
263 B
Mathematica
# Target: Sun 2, running SunOS 3
|
|
# The system-supplied assembler re-orders the symbols so that gdb
|
|
# can't find "gcc_compiled.".
|
|
#msg If you compile your program with GCC, use the GNU assembler.
|
|
#msg
|
|
|
|
TDEPFILES= exec.o m68k-pinsn.o m68k-tdep.o
|
|
TM_FILE= tm-sun2.h
|