Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 532 - (show annotations) (download)
Sat Sep 1 22:45:15 2007 UTC (16 years, 9 months ago) by niro
File size: 818 byte(s)
-import if magellan mkinitrd; it is a fork of redhats mkinitrd-5.0.8 with all magellan patches and features; deprecates magellan-src/mkinitrd

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/$(KLIBCARCH)/include
24
25 # The asm include files live in asm-powerpc
26 KLIBCASMARCH = powerpc