mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
6617e3464b
Indicate in all host config files that they are for the host. When the lines get copied into the Makefile, this makes it more obvious what's up.
13 lines
434 B
Plaintext
13 lines
434 B
Plaintext
# Host: AT&T 3b1/Unix pc
|
|
# I don't think cc has been tried. -traditional for <sys/ioctl.h>
|
|
# (not sure whether necessary).
|
|
CC= gcc -traditional
|
|
# GCC runs out of virtual memory.
|
|
# A separate CC for pinsn routines is no longer supported, though.
|
|
# FIXME -- someone unlucky enough to have a 3B1, let bug-gcc@prep.ai.mit.edu
|
|
# know what works and what fails on the 3B1.
|
|
#PINSN_CC= cc
|
|
|
|
XDEPFILES= infptrace.o coredep.o
|
|
XM_FILE= xm-3b1.h
|