mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +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.
8 lines
201 B
Plaintext
8 lines
201 B
Plaintext
# Host: NYU Ultracomputer (AMD 29000 running Unix)
|
|
CC=u3cc
|
|
MUNCH_DEFINE="MUNCH_NM=u3nm"
|
|
XDEPFILES= ultra3-xdep.o infptrace.o
|
|
XM_FILE= xm-ultra3.h
|
|
MH_CFLAGS = -DSYM1
|
|
XM_CLIBS = -lsysv -ljobs -ltermlib
|