annotate sources/patches/alt-uClibc-mmu.patch @ 1355:71acb8c4611a

Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
author Rob Landley <rob@landley.net>
date Sat, 21 May 2011 23:37:31 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1355
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
1 diff --git a/extra/Configs/Config.alpha b/extra/Configs/Config.alpha
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
2 index 144924a..9aab976 100644
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
3 --- a/extra/Configs/Config.alpha
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
4 +++ b/extra/Configs/Config.alpha
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
5 @@ -11,6 +11,5 @@ config FORCE_OPTIONS_FOR_ARCH
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
6 bool
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
7 default y
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
8 select ARCH_LITTLE_ENDIAN
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
9 - select ARCH_HAS_MMU
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
10 select ARCH_HAS_NO_LDSO
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
11 select UCLIBC_HAS_LFS
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
12 diff --git a/extra/Configs/Config.arm b/extra/Configs/Config.arm
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
13 index b060ace..5c919b4 100644
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
14 --- a/extra/Configs/Config.arm
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
15 +++ b/extra/Configs/Config.arm
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
16 @@ -62,11 +62,9 @@ config CONFIG_GENERIC_ARM
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
17
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
18 config CONFIG_ARM610
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
19 bool "Arm 610"
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
20 - select ARCH_HAS_MMU
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
21
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
22 config CONFIG_ARM710
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
23 bool "Arm 710"
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
24 - select ARCH_HAS_MMU
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
25
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
26 config CONFIG_ARM7TDMI
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
27 bool "Arm 7TDMI"
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
28 @@ -74,35 +72,27 @@ config CONFIG_ARM7TDMI
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
29
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
30 config CONFIG_ARM720T
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
31 bool "Arm 720T"
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
32 - select ARCH_HAS_MMU
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
33
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
34 config CONFIG_ARM920T
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
35 bool "Arm 920T"
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
36 - select ARCH_HAS_MMU
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
37
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
38 config CONFIG_ARM922T
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
39 bool "Arm 922T"
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
40 - select ARCH_HAS_MMU
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
41
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
42 config CONFIG_ARM926T
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
43 bool "Arm 926T"
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
44 - select ARCH_HAS_MMU
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
45
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
46 config CONFIG_ARM10T
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
47 bool "Arm 10T"
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
48 - select ARCH_HAS_MMU
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
49
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
50 config CONFIG_ARM1136JF_S
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
51 bool "Arm 1136JF-S"
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
52 - select ARCH_HAS_MMU
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
53
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
54 config CONFIG_ARM1176JZ_S
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
55 bool "Arm 1176JZ-S"
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
56 - select ARCH_HAS_MMU
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
57
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
58 config CONFIG_ARM1176JZF_S
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
59 bool "Arm 1176JZF-S"
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
60 - select ARCH_HAS_MMU
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
61
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
62 config CONFIG_ARM_CORTEX_M3
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
63 bool "Arm Cortex-M3"
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
64 @@ -116,18 +106,14 @@ config CONFIG_ARM_CORTEX_M1
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
65
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
66 config CONFIG_ARM_SA110
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
67 bool "Intel StrongArm SA-110"
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
68 - select ARCH_HAS_MMU
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
69
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
70 config CONFIG_ARM_SA1100
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
71 bool "Intel StrongArm SA-1100"
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
72 - select ARCH_HAS_MMU
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
73
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
74 config CONFIG_ARM_XSCALE
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
75 bool "Intel Xscale"
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
76 - select ARCH_HAS_MMU
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
77
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
78 config CONFIG_ARM_IWMMXT
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
79 bool "Intel Xscale With WMMX PXA27x"
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
80 - select ARCH_HAS_MMU
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
81
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
82 endchoice
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
83 diff --git a/extra/Configs/Config.avr32 b/extra/Configs/Config.avr32
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
84 index cbadb4c..a5eb157 100644
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
85 --- a/extra/Configs/Config.avr32
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
86 +++ b/extra/Configs/Config.avr32
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
87 @@ -19,7 +19,6 @@ choice
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
88
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
89 config CONFIG_AVR32_AP7
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
90 bool "AVR32 AP7"
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
91 - select ARCH_HAS_MMU
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
92
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
93 endchoice
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
94
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
95 diff --git a/extra/Configs/Config.cris b/extra/Configs/Config.cris
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
96 index 52ca0c3..db9293c 100644
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
97 --- a/extra/Configs/Config.cris
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
98 +++ b/extra/Configs/Config.cris
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
99 @@ -24,11 +24,9 @@ choice
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
100 - CRISv32 Support for Axis' CRISv32 architecture.
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
101
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
102 config CONFIG_CRIS
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
103 - select ARCH_HAS_MMU
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
104 bool "CRIS"
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
105
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
106 config CONFIG_CRISV32
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
107 - select ARCH_HAS_MMU
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
108 bool "CRISv32"
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
109
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
110 endchoice
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
111 diff --git a/extra/Configs/Config.hppa b/extra/Configs/Config.hppa
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
112 index 1323de2..b8699bf 100644
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
113 --- a/extra/Configs/Config.hppa
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
114 +++ b/extra/Configs/Config.hppa
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
115 @@ -11,7 +11,6 @@ config FORCE_OPTIONS_FOR_ARCH
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
116 bool
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
117 default y
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
118 select ARCH_BIG_ENDIAN
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
119 - select ARCH_HAS_MMU
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
120 select HAS_NO_THREADS
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
121 select ARCH_HAS_NO_LDSO
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
122 select HAVE_NO_SSP
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
123 diff --git a/extra/Configs/Config.i386 b/extra/Configs/Config.i386
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
124 index 288aa5e..f23646c 100644
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
125 --- a/extra/Configs/Config.i386
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
126 +++ b/extra/Configs/Config.i386
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
127 @@ -11,7 +11,6 @@ config FORCE_OPTIONS_FOR_ARCH
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
128 bool
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
129 default y
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
130 select ARCH_LITTLE_ENDIAN
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
131 - select ARCH_HAS_MMU
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
132
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
133 choice
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
134 prompt "Target x86 Processor Family"
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
135 diff --git a/extra/Configs/Config.ia64 b/extra/Configs/Config.ia64
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
136 index ae88be7..c7a1f63 100644
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
137 --- a/extra/Configs/Config.ia64
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
138 +++ b/extra/Configs/Config.ia64
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
139 @@ -11,5 +11,4 @@ config FORCE_OPTIONS_FOR_ARCH
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
140 bool
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
141 default y
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
142 select ARCH_LITTLE_ENDIAN
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
143 - select ARCH_HAS_MMU
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
144 select ARCH_HAS_NO_LDSO
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
145 diff --git a/extra/Configs/Config.in.arch b/extra/Configs/Config.in.arch
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
146 index 8a02cb1..4679517 100644
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
147 --- a/extra/Configs/Config.in.arch
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
148 +++ b/extra/Configs/Config.in.arch
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
149 @@ -93,7 +93,7 @@ if ARCH_HAS_NO_MMU
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
150 comment "Target CPU lacks a memory management unit (MMU)"
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
151 endif
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
152
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
153 -config ARCH_HAS_MMU
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
154 +config ARCH_USE_MMU
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
155 bool "Target CPU has a memory management unit (MMU)"
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
156 depends on !ARCH_HAS_NO_MMU
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
157 default y
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
158 @@ -102,13 +102,6 @@ config ARCH_HAS_MMU
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
159 then answer N here. Normally, Linux runs on systems with an MMU.
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
160 If you are building a uClinux system, answer N.
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
161
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
162 - Most people will answer Y.
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
163 -
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
164 -config ARCH_USE_MMU
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
165 - bool "Do you want to utilize the MMU?"
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
166 - depends on ARCH_HAS_MMU
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
167 - default y
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
168 - help
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
169 If your target CPU has a MMU, and you wish to actually utilize it,
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
170 then answer Y here. Normal Linux requires an MMU.
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
171
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
172 diff --git a/extra/Configs/Config.powerpc b/extra/Configs/Config.powerpc
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
173 index 84c4423..6b09f47 100644
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
174 --- a/extra/Configs/Config.powerpc
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
175 +++ b/extra/Configs/Config.powerpc
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
176 @@ -11,7 +11,6 @@ config FORCE_OPTIONS_FOR_ARCH
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
177 bool
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
178 default y
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
179 select ARCH_BIG_ENDIAN
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
180 - select ARCH_HAS_MMU
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
181
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
182 choice
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
183 prompt "Target Processor Type"
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
184 diff --git a/extra/Configs/Config.sh b/extra/Configs/Config.sh
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
185 index 10e9d8b..ce86ef3 100644
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
186 --- a/extra/Configs/Config.sh
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
187 +++ b/extra/Configs/Config.sh
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
188 @@ -37,7 +37,6 @@ config CONFIG_SH2
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
189 bool "SH2"
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
190
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
191 config CONFIG_SH3
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
192 - select ARCH_HAS_MMU
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
193 bool "SH3"
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
194
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
195 config CONFIG_SH4
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
196 diff --git a/extra/Configs/Config.sh64 b/extra/Configs/Config.sh64
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
197 index 02535b9..a8c22bd 100644
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
198 --- a/extra/Configs/Config.sh64
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
199 +++ b/extra/Configs/Config.sh64
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
200 @@ -25,7 +25,6 @@ choice
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
201 - "SH5" SuperH SH-5 101, 103
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
202
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
203 config CONFIG_SH5
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
204 - select ARCH_HAS_MMU
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
205 select UCLIBC_HAS_LFS
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
206 bool "SH5"
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
207
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
208 diff --git a/extra/Configs/Config.x86_64 b/extra/Configs/Config.x86_64
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
209 index 1b28088..80c9e08 100644
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
210 --- a/extra/Configs/Config.x86_64
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
211 +++ b/extra/Configs/Config.x86_64
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
212 @@ -11,4 +11,3 @@ config FORCE_OPTIONS_FOR_ARCH
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
213 bool
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
214 default y
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
215 select ARCH_LITTLE_ENDIAN
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
216 - select ARCH_HAS_MMU