Explorar el Código

Enable ADD_LIBGCC_FUNCTIONS by default on arm

Eric Andersen hace 21 años
padre
commit
4352cfec68
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      extra/Configs/Config.arm

+ 4 - 0
extra/Configs/Config.arm

@@ -20,6 +20,10 @@ config ARCH_LDFLAGS
 config LIBGCC_CFLAGS
 	string
 
+config ADD_LIBGCC_FUNCTIONS
+	bool
+	default y
+
 choice
 	prompt "Target Processor Type"
 	default CONFIG_GENERIC_ARM