Magellan Linux

Contents of /trunk/mkinitrd-magellan/klibc/usr/klibc/arch/sparc64/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: 679 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/sparc64/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 -mptr64 -D__sparc64__
11 KLIBCOPTFLAGS += -Os
12 KLIBCBITSIZE = 64
13
14 KLIBCLDFLAGS = -m elf64_sparc
15
16 # Extra linkflags when building the shared version of the library
17 # This address needs to be reachable using normal inter-module
18 # calls, and work on the memory models for this architecture
19 # Normal binaries start at 1 MB; the linker wants 1 MB alignment,
20 # and call instructions have a 30-bit signed offset, << 2.
21 KLIBCSHAREDFLAGS = -Ttext 0x80000200