Browse Source

Force enable ADD_LIBGCC_FUNCTIONS on arm

Eric Andersen 22 years ago
parent
commit
a297b8c478
1 changed files with 2 additions and 4 deletions
  1. 2 4
      extra/Configs/Config.arm

+ 2 - 4
extra/Configs/Config.arm

@@ -20,10 +20,6 @@ config ARCH_LDFLAGS
 config LIBGCC_CFLAGS
 	string
 
-config ADD_LIBGCC_FUNCTIONS
-	bool
-	default y
-
 choice
 	prompt "Target Processor Type"
 	default CONFIG_GENERIC_ARM
@@ -84,9 +80,11 @@ choice
 	  Endian, or Little Endian.
 
 config ARCH_LITTLE_ENDIAN
+	select ADD_LIBGCC_FUNCTIONS
 	bool "Little Endian"
 
 config ARCH_BIG_ENDIAN
+	select ADD_LIBGCC_FUNCTIONS
 	bool "Big Endian"
 
 endchoice