From d65a399730fee37fe2272a0298b129e2ef905f4f Mon Sep 17 00:00:00 2001 From: Carsten Schlote Date: Mon, 27 Aug 2007 12:43:44 +0000 Subject: 2007-08-27 Carsten Schlote * general: Added simple check to fixup_ptxconfigs.sh, which prevents changes to non glibc configs * general: Added some output to 'oldconfig' script printing the name of the currently processed ptxconfig. Seems to be useful in case that oldconfig requests input for new kconfig options * ptxconfigs: Updated all ptxconfigs with 'oldconfig' script. Now uses ptxdist '1.svn' version for configuration. * general: Added kconfig define ARCH for avr-8 target. There was no default config set for this arch. 2007-08-24 Carsten Schlote * general: new architecture: m68k support added to kconfigs * ptxconfigs: added some experimental configs for m68k/coldfire git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@3691 f8d472c7-5700-0410-ac5a-87979cec3adf --- Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Kconfig') diff --git a/Kconfig b/Kconfig index 0b5ed20..4490eae 100644 --- a/Kconfig +++ b/Kconfig @@ -63,6 +63,9 @@ choice config ARCH_ARM bool "arm " + config ARCH_M68K + bool "m68k " + config ARCH_MIPS bool "mips " @@ -84,9 +87,11 @@ endchoice config ARCH string default "arm" if ARCH_ARM + default "m68k" if ARCH_M68K default "mips" if ARCH_MIPS default "powerpc" if ARCH_POWERPC default "i386" if ARCH_I386 + default "avr" if ARCH_AVR config GNU_TARGET string -- cgit v1.2.3