blob: 6a46a5dfc1083ce02a20a2eef1b7ffb04c2aba0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
Numbering scheme
--------------------------------------
Platform independent patches
000_all - 095_all
x86 dependent patches
100_x86 - 145_x86
amd64 dependent patches
150_amd64 - 195_amd64
ppc dependent patches
200_ppc - 245_ppc
ppc64 dependent patches
250_ppc64 - 295_ppc64
sparc dependent patches
300_sparc - 345_sparc
sparc64 dependent patches
350_sparc64 - 395_sparc64
hppa dependent patches
400_hppa - 445_hppa
hppa64 dependent patches
450_hppa64 - 495_hppa64
mips dependent patches
500_mips - 545_mips
ia64 dependent patches
550_ia64 - 595_ia64
Patch descriptions:
--------------------------------------
Patch: 005_all_Makefile.patch
From: Christian Heim and Benedikt Boehm
Desc: Remove the CFLAGS declaration from the Makefile so we can set our own one; prevent prestripping
Patch: 010_all_prefix.patch
From: Achim Gottinger (initial ebuild) and Christian Heim
Desc: Set our own PREFIX for dietlibc (/usr/diet)
|