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