Magellan Linux

Contents of /trunk/mkinitrd-magellan/klibc/usr/klibc/arch/ppc64/MCONFIG

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1122 - (show annotations) (download)
Wed Aug 18 21:11:40 2010 UTC (13 years, 8 months ago) by niro
File size: 814 byte(s)
-updated to klibc-1.5.19
1 # -*- makefile -*-
2 #
3 # arch/ppc64/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
10 KLIBCARCHREQFLAGS = -m64 -mcall-aixdesc
11 KLIBCOPTFLAGS += -Os
12 KLIBCBITSIZE = 64
13 KLIBCLDFLAGS = -m elf64ppc
14
15 # Extra linkflags when building the shared version of the library
16 # This address needs to be reachable using normal inter-module
17 # calls, and work on the memory models for this architecture
18 # 256-16 MB - normal binaries start at 256 MB, and jumps are limited
19 # to +/- 16 MB
20 KLIBCSHAREDFLAGS = -Ttext 0x0f000200
21
22 # The kernel so far has both asm-ppc* and asm-powerpc.
23 KLIBCARCHINCFLAGS = -I$(KLIBCKERNELOBJ)/arch/powerpc/include
24
25 # The asm include files live in asm-powerpc
26 KLIBCASMARCH = powerpc