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

OPTFLAGS = -Os -fomit-frame-pointer
BITSIZE  = 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.
SHAREDFLAGS	= -Ttext 0x1c0000200

