]>
Commit | Line | Data |
---|---|---|
6617e346 | 1 | # Host: AT&T 3b1/Unix pc |
dd3b648e RP |
2 | # I don't think cc has been tried. -traditional for <sys/ioctl.h> |
3 | # (not sure whether necessary). | |
4 | CC= gcc -traditional | |
5 | # GCC runs out of virtual memory. | |
b775aef0 JG |
6 | # A separate CC for pinsn routines is no longer supported, though. |
7 | # FIXME -- someone unlucky enough to have a 3B1, let [email protected] | |
8 | # know what works and what fails on the 3B1. | |
9 | #PINSN_CC= cc | |
dd3b648e RP |
10 | |
11 | XDEPFILES= infptrace.o coredep.o | |
12 | XM_FILE= xm-3b1.h |