svn commit: trunk/uClibc/extra/Configs

egtvedt at uclibc.org egtvedt at uclibc.org
Wed Apr 16 07:12:49 PDT 2008


Author: egtvedt
Date: 2008-04-16 07:12:48 -0700 (Wed, 16 Apr 2008)
New Revision: 21742

Log:
Fix whitespace damage in Config.avr32.


Modified:
   trunk/uClibc/extra/Configs/Config.avr32


Changeset:
Modified: trunk/uClibc/extra/Configs/Config.avr32
===================================================================
--- trunk/uClibc/extra/Configs/Config.avr32	2008-04-16 13:24:24 UTC (rev 21741)
+++ trunk/uClibc/extra/Configs/Config.avr32	2008-04-16 14:12:48 UTC (rev 21742)
@@ -4,28 +4,28 @@
 #
 
 config TARGET_ARCH
-       string
-       default "avr32"
+	string
+	default "avr32"
 
 config FORCE_OPTIONS_FOR_ARCH
-       bool
-       default y
-       select ARCH_BIG_ENDIAN
-       select FORCE_SHAREABLE_TEXT_SEGMENTS
+	bool
+	default y
+	select ARCH_BIG_ENDIAN
+	select FORCE_SHAREABLE_TEXT_SEGMENTS
 
 config ARCH_CFLAGS
-       string
+	string
 
 choice
-       prompt "Target CPU Type"
-       default CONFIG_AVR32_AP7
+	prompt "Target CPU Type"
+	default CONFIG_AVR32_AP7
 
 config CONFIG_AVR32_AP7
-       bool "AVR32 AP7"
-       select ARCH_HAS_MMU
+	bool "AVR32 AP7"
+	select ARCH_HAS_MMU
 
 endchoice
 
 config LINKRELAX
-       bool "Enable linker optimizations"
-       default y
+	bool "Enable linker optimizations"
+	default y



More information about the uClibc-cvs mailing list