From 954c1d9364531a035c338b2452b6e8956e531dc7 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 27 Feb 2007 21:17:21 +0000 Subject: [PATCH] Finally, a clean SDCC compile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@20 42af7a65-404d-4744-a932-0658087f49c3 --- arch/README.txt | 5 ----- arch/c5471/defconfig | 26 -------------------------- arch/sim/defconfig | 26 -------------------------- 3 files changed, 57 deletions(-) diff --git a/arch/README.txt b/arch/README.txt index 0c7e195361..bdc353cbbb 100644 --- a/arch/README.txt +++ b/arch/README.txt @@ -92,11 +92,6 @@ defconfig -- This is a configuration file similar to the Linux CONFIG_ARCH_STRNCPY, CONFIG_ARCH_STRLEN, CONFIG_ARCH_BZERO CONFIG_ARCH_KMALLOC, CONFIG_ARCH_KZMALLOC, CONFIG_ARCH_KFREE - General Compile environment setup - - CONFIG_HAVE_LONG_LONG - enable if your architecture supports - long long types and if you plan to use them - Sizes of configurable things (0 disables) CONFIG_NPTHREAD_KEYS - The number of items of thread- diff --git a/arch/c5471/defconfig b/arch/c5471/defconfig index 2dd38f0144..449d1a2d2d 100644 --- a/arch/c5471/defconfig +++ b/arch/c5471/defconfig @@ -129,32 +129,6 @@ CONFIG_ARCH_KMALLOC=n CONFIG_ARCH_KZMALLOC=n CONFIG_ARCH_KFREE=n -# -# General Compile environment setup -# -# CONFIG_SMALL_MEMORY - enable if your processor supports -# 16-bit addressing; disable if it supports 32-bit. -# CONFIG_HAVE_INLINE - enable if your compiler supports -# inline functions -# CONFIG_HAVE_DOUBLE - enable if your compiler supports type -# double. -# CONFIG_HAVE_LONG_LONG - enable if your architecture supports -# long long types and if you plan to use them -# CONFIG_CAN_PASS_STRUCTS - enable if your compiler supports -# passing and assiging structures and unions as values -# CONFIG_CAN_CAST_POINTERS - enable if you can cast between -# integers and pointer. -# CONFIG_HAVE_WEAKFUNCTIONS - enable if you compiler supports -# weak functions (see include/nuttx/comp -# -CONFIG_SMALL_MEMORY=n -CONFIG_HAVE_INLINE=y -CONFIG_HAVE_DOUBLE=y -CONFIG_HAVE_LONG_LONG=n -CONFIG_CAN_PASS_STRUCTS=y -CONFIG_CAN_CAST_POINTERS=y -CONFIG_HAVE_WEAKFUNCTIONS=y - # # General build options # diff --git a/arch/sim/defconfig b/arch/sim/defconfig index 5b6f2ae6f0..00a8e6e59d 100644 --- a/arch/sim/defconfig +++ b/arch/sim/defconfig @@ -96,32 +96,6 @@ CONFIG_ARCH_KMALLOC=n CONFIG_ARCH_KZMALLOC=n CONFIG_ARCH_KFREE=n -# -# General Compile environment setup -# -# CONFIG_SMALL_MEMORY - enable if your processor supports -# 16-bit addressing; disable if it supports 32-bit. -# CONFIG_HAVE_INLINE - enable if your compiler supports -# inline functions -# CONFIG_HAVE_DOUBLE - enable if your compiler supports type -# double. -# CONFIG_HAVE_LONG_LONG - enable if your architecture supports -# long long types and if you plan to use them -# CONFIG_CAN_PASS_STRUCTS - enable if your compiler supports -# passing and assiging structures and unions as values -# CONFIG_CAN_CAST_POINTERS - enable if you can cast between -# integers and pointer. -# CONFIG_HAVE_WEAKFUNCTIONS - enable if you compiler supports -# weak functions (see include/nuttx/comp -# -CONFIG_SMALL_MEMORY=n -CONFIG_HAVE_INLINE=y -CONFIG_HAVE_DOUBLE=y -CONFIG_HAVE_LONG_LONG=n -CONFIG_CAN_PASS_STRUCTS=y -CONFIG_CAN_CAST_POINTERS=y -CONFIG_HAVE_WEAKFUNCTIONS=y - # # General build options #