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

KLIBCOPTFLAGS += -Os -fomit-frame-pointer
KLIBCBITSIZE  = 32
KLIBCSHAREDFLAGS	= $(LD_IMAGE_BASE_OPT) 0x40001000

# Kernel uses stack trampoline for signal return
KLIBCEXECSTACK := y
