]>
Commit | Line | Data |
---|---|---|
8dc3e3d7 SS |
1 | # Configuration fragment for GDB. |
2 | ||
3 | forward-include "{srcdir}"config:m68k:xm-mpw.h xm.h | |
4 | ||
5 | forward-include "{srcdir}"config:m68k:xm-m68k.h 'm68k/xm-m68k.h' | |
6 | ||
7f6572f5 SS |
7 | # Make a copy of this file and give it a different name, so it |
8 | # won't be confused with GDB's serial.h. | |
9 | ||
10 | Duplicate -y "{MPW}"Interfaces:CIncludes:Serial.h MacSerial.h | |
11 | ||
8dc3e3d7 SS |
12 | Echo "/* dummy */" >termio.h |
13 | ||
14 | Set xdepfiles " " | |
15 | Set natdepfiles " " | |
16 | Set tdepfiles " " | |
17 | ||
18 | Set xm_file '"{s}"xm-mpw.h' |