Browse Source

gold default off, does not compile with clang at the moment

Waldemar Brodkorb 10 years ago
parent
commit
58811c5351
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolchain/Config.in

+ 1 - 1
toolchain/Config.in

@@ -36,7 +36,7 @@ config ADK_TOOLCHAIN_GOLD
 	prompt "Enable GOLD as linker"
 	boolean
 	depends on !ADK_LINUX_MIPS
-	default y
+	default n
 
 config ADK_TOOLCHAIN_USE_GOLD
 	prompt "Use GOLD as linker for all packages"