chiark / gitweb /
[PATCH] added klibc version 0.82 (cvs tree) to the udev tree.
[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 ARCHREQFLAGS = -m64
13 OPTFLAGS     = -Os -fomit-frame-pointer -falign-functions=0 -falign-jumps=0 -falign-loops=0
14 BITSIZE      = 64
15 LDFLAGS      = -m elf_x86_64
16