mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
d9915ebc47
* Makefile.in, config/*.mh, config/*.mt: Rename TM_CFLAGS to MT_CFLAGS, XM_CFLAGS to MH_CFLAGS to match file names. * config/sun4os5.mh: Add MH_CFLAGS=-xs to save debug info.
9 lines
371 B
Plaintext
9 lines
371 B
Plaintext
# IBM RT/PC running BSD unix.
|
|
# This file contributed at NYU, where we are using the RT to remote
|
|
# debug a 29k running unix. No attempt, as of 7/16/91, has been made
|
|
# to support debugging of RT executables.
|
|
XDEPFILES=coredep.o infptrace.o
|
|
MH_CFLAGS=-DHOSTING_ONLY # No debugging of RT executables
|
|
XM_FILE= xm-rtbsd.h
|
|
CC=gcc -traditional # hc/pcc just can't cut it.
|