mirror of
https://github.com/pmret/gcc-papermario.git
synced 2024-11-08 20:02:47 +01:00
20 lines
435 B
Plaintext
20 lines
435 B
Plaintext
SYSTEM_HEADER_DIR = /usr/cross64/usr/include
|
|
|
|
AR = /usr/cross64/usr/bin/ar
|
|
|
|
FLOAT_H = $(CROSS_FLOAT_H)
|
|
|
|
# The rest of the file is identical to t-iris6.
|
|
|
|
# Suppress building libgcc1.a, since the MIPS compiler port is complete
|
|
# and does not need anything from libgcc1.a.
|
|
LIBGCC1 =
|
|
CROSS_LIBGCC1 =
|
|
|
|
MULTILIB_OPTIONS=mips1/mips2/mips3/mips4
|
|
MULTILIB_DIRNAMES=
|
|
MULTILIB_MATCHES=
|
|
|
|
LIBGCC = stmp-multilib
|
|
INSTALL_LIBGCC = install-multilib
|