From 8ceaf7c737b375d4d90afd8051d0b23aede22d96 Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund Date: Sun, 4 Feb 2007 21:25:42 +0000 Subject: Add support for PowerPC e500, libc part only. Math support to be done. From Steve Papacharalambous, stevep@freescale.com --- extra/Configs/Config.powerpc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'extra/Configs/Config.powerpc') diff --git a/extra/Configs/Config.powerpc b/extra/Configs/Config.powerpc index fab79b135..383b41a6d 100644 --- a/extra/Configs/Config.powerpc +++ b/extra/Configs/Config.powerpc @@ -17,3 +17,27 @@ config ARCH_CFLAGS 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 + + + + -- cgit v1.2.3