# -*- makefile -*-
#
# arch/mips/MCONFIG
#
# Special rules for this architecture.  Note that this is actually
# included from the main Makefile, and that pathnames should be
# accordingly.
#

ARCHREQFLAGS = -fno-pic -mno-abicalls -G 0
OPTFLAGS     = -Os
BITSIZE      = 32

# Extra linkflags when building the shared version of the library
SHAREDFLAGS	= -T arch/$(ARCH)/klibc.ld
