chiark / gitweb /
volume_id: provide libvolume_id.a file
[elogind.git] / klibc / klibc / arch / alpha / MCONFIG
1 # -*- makefile -*-
2 #
3 # arch/alpha/MCONFIG
4 #
5 # Build configuration for this architecture
6 #
7
8 OPTFLAGS = -Os
9 BITSIZE  = 64
10
11 # Extra linkflags when building the shared version of the library
12 # This address needs to be reachable using normal inter-module
13 # calls, and work on the memory models for this architecture
14 # 7 GB - normal binaries start at 4.5 GB, and the stack is below
15 # the binary.
16 SHAREDFLAGS     = -Ttext 0x1c0000200
17