summaryrefslogtreecommitdiffstats
path: root/extra/Configs/Config.powerpc
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-03-16 07:39:51 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-03-16 07:39:51 +0000
commit518c87636ce597f906d3eb3adf8d89e338c2cd0e (patch)
tree4b8911092a944815b55ddc0d580344e9b8f1f73b /extra/Configs/Config.powerpc
parent5610975bad83e3c676fc0acc6f31eb7b5d9f1688 (diff)
downloaduClibc-alpine-518c87636ce597f906d3eb3adf8d89e338c2cd0e.tar.bz2
uClibc-alpine-518c87636ce597f906d3eb3adf8d89e338c2cd0e.tar.xz
Merge nptl branch tree with trunk.
Step 4: merge extra/Configs folder Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'extra/Configs/Config.powerpc')
-rw-r--r--extra/Configs/Config.powerpc23
1 files changed, 21 insertions, 2 deletions
diff --git a/extra/Configs/Config.powerpc b/extra/Configs/Config.powerpc
index fab79b135..8ba267cf1 100644
--- a/extra/Configs/Config.powerpc
+++ b/extra/Configs/Config.powerpc
@@ -4,6 +4,7 @@
#
config TARGET_ARCH
+ string
default "powerpc"
config FORCE_OPTIONS_FOR_ARCH
@@ -15,5 +16,23 @@ config FORCE_OPTIONS_FOR_ARCH
config ARCH_CFLAGS
string
-config LIBGCC_CFLAGS
- string
+choice
+ prompt "Target Processor Type"
+ default CONFIG_CLASSIC
+ help
+ This is the processor core of your CPU. This information is used for
+ determining the correct assembler instructions to use for the core.
+
+ The default is to build for a classic powerpc.
+
+config CONFIG_CLASSIC
+ bool "CLASSIC"
+ help
+ Classic powerpc architecture.
+
+config CONFIG_E500
+ bool "E500"
+ help
+ e500 v1 and v2 core.
+
+endchoice