8sa1-gcc/gcc/config/mips/t-bsd-gas
Ian Lance Taylor b857971992 Set CROSS_LIBGCC1 to be libgcc1.null
From-SVN: r5298
1993-09-09 20:05:26 +00:00

9 lines
322 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 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null