chiark / gitweb /
[PATCH] Dialout group fix for capi devices in the gentoo rules file
[elogind.git] / klibc / klibc / arch / x86_64 / MCONFIG
1 # -*- makefile -*-
2 #
3 # arch/x86-64/MCONFIG
4 #
5 # Special rules for this architecture.  Note that this is actually
6 # included from the main Makefile, and that pathnames should be
7 # accordingly.
8 #
9 # Blatantly copied and modified from i386 version by Mats Petersson, AMD.
10 #
11
12 #
13 # NOTE: -fno-asynchronous-unwind-tables produce significantly smaller
14 # binaries (20% smaller), but makes the code completely useless for
15 # debugging using gdb.
16 #
17 ARCHREQFLAGS = -m64
18 OPTFLAGS     = -Os -fno-asynchronous-unwind-tables -fomit-frame-pointer \
19                 -falign-functions=0 -falign-jumps=0 -falign-loops=0
20 BITSIZE      = 64
21 LDFLAGS      = -m elf_x86_64
22
23 # Extra linkflags when building the shared version of the library
24 # This address needs to be reachable using normal inter-module
25 # calls, and work on the memory models for this architecture
26 # 2 MB - normal binaries start at 4 MB
27 SHAREDFLAGS     = -Ttext 0x00200200
28
29 # Additional asm- directories needed during installation
30 ASMARCH = asm-i386
31