mirror of
https://github.com/pmret/gcc-papermario.git
synced 2024-11-08 11:53:01 +01:00
9 lines
296 B
Plaintext
9 lines
296 B
Plaintext
# Exactly the same as t-mips-gas, except we must define SYSTEM_HEADER_DIR
|
|
# to point to the bsd43 include files.
|
|
SYSTEM_HEADER_DIR = /bsd43/usr/include
|
|
|
|
# Suppress building libgcc1.a, since the MIPS compiler port is complete
|
|
# and does not need anything from libgcc1.a.
|
|
LIBGCC1 =
|
|
CROSS_LIBGCC1 =
|