]> gcc.gnu.org Git - gcc.git/blob - gcc/config/mips/t-svr4-gas
Set CROSS_LIBGCC1 to be libgcc1.null
[gcc.git] / gcc / config / mips / t-svr4-gas
1 # Exactly the same as t-mips-gas, except we must define SYSTEM_HEADER_DIR
2 # to point to the svr4 include files.
3 SYSTEM_HEADER_DIR = /svr4/usr/include
4
5 # Suppress building libgcc1.a, since the MIPS compiler port is complete
6 # and does not need anything from libgcc1.a.
7 LIBGCC1 = libgcc1.null
8 CROSS_LIBGCC1 = libgcc1.null
This page took 0.033453 seconds and 5 git commands to generate.