# -*- makefile -*-
#
# arch/alpha/MCONFIG
#
# Build configuration for this architecture
#

KLIBCOPTFLAGS += -Os
KLIBCBITSIZE  = 64

# Extra linkflags when building the shared version of the library
# This address needs to be reachable using normal inter-module
# calls, and work on the memory models for this architecture
# 7 GB - normal binaries start at 4.5 GB, and the stack is below
# the binary.
KLIBCSHAREDFLAGS	= -Ttext-segment 0x1c0000000

# Kernel uses stack trampoline for signal return unless we set
# sa_restorer
KLIBCEXECSTACK := y
