blob: 8c8b673453c23966b890c6d159f59be70fd5311e (
plain)
1
2
3
4
5
6
7
8
|
# Exactly the same as t-mips-gas, except we must define SYSTEM_HEADER_DIR
# to point to the svr4 include files.
SYSTEM_HEADER_DIR = /svr4/usr/include
# Suppress building libgcc1.a, since the MIPS compiler port is complete
# and does not need anything from libgcc1.a.
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
|