chiark / gitweb /
[PATCH] update klibc to version 0.181
[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