Index: defaults/amd64/Makefile.config
===================================================================
--- defaults/amd64/Makefile.config	(revision 2c52073b51829e4d3a28d8bdf50247d3316218d0)
+++ defaults/amd64/Makefile.config	(revision 7e20bee4e42d8e81265703423adbd3e83456bb6a)
@@ -10,4 +10,7 @@
 # Compiler
 COMPILER = gcc_cross
+
+# In case compiler is clang, whether or not to use its integrated assembler.
+INTEGRATED_AS = default
 
 # Debug build
Index: defaults/arm32/Makefile.config
===================================================================
--- defaults/arm32/Makefile.config	(revision 2c52073b51829e4d3a28d8bdf50247d3316218d0)
+++ defaults/arm32/Makefile.config	(revision 7e20bee4e42d8e81265703423adbd3e83456bb6a)
@@ -7,4 +7,7 @@
 # Compiler
 COMPILER = gcc_cross
+
+# In case compiler is clang, whether or not to use its integrated assembler.
+INTEGRATED_AS = default
 
 # Debug build
Index: defaults/ia32/Makefile.config
===================================================================
--- defaults/ia32/Makefile.config	(revision 2c52073b51829e4d3a28d8bdf50247d3316218d0)
+++ defaults/ia32/Makefile.config	(revision 7e20bee4e42d8e81265703423adbd3e83456bb6a)
@@ -10,4 +10,7 @@
 # Compiler
 COMPILER = gcc_cross
+
+# In case compiler is clang, whether or not to use its integrated assembler.
+INTEGRATED_AS = default
 
 # Debug build
Index: defaults/ia64/Makefile.config
===================================================================
--- defaults/ia64/Makefile.config	(revision 2c52073b51829e4d3a28d8bdf50247d3316218d0)
+++ defaults/ia64/Makefile.config	(revision 7e20bee4e42d8e81265703423adbd3e83456bb6a)
@@ -7,4 +7,7 @@
 # Compiler
 COMPILER = gcc_cross
+
+# In case compiler is clang, whether or not to use its integrated assembler.
+INTEGRATED_AS = default
 
 # Debug build
Index: defaults/mips32/Makefile.config
===================================================================
--- defaults/mips32/Makefile.config	(revision 2c52073b51829e4d3a28d8bdf50247d3316218d0)
+++ defaults/mips32/Makefile.config	(revision 7e20bee4e42d8e81265703423adbd3e83456bb6a)
@@ -7,4 +7,7 @@
 # Compiler
 COMPILER = gcc_cross
+
+# In case compiler is clang, whether or not to use its integrated assembler.
+INTEGRATED_AS = default
 
 # Debug build
Index: defaults/ppc32/Makefile.config
===================================================================
--- defaults/ppc32/Makefile.config	(revision 2c52073b51829e4d3a28d8bdf50247d3316218d0)
+++ defaults/ppc32/Makefile.config	(revision 7e20bee4e42d8e81265703423adbd3e83456bb6a)
@@ -7,4 +7,7 @@
 # Compiler
 COMPILER = gcc_cross
+
+# In case compiler is clang, whether or not to use its integrated assembler.
+INTEGRATED_AS = default
 
 # Lazy FPU context switching
Index: defaults/sparc64/Makefile.config
===================================================================
--- defaults/sparc64/Makefile.config	(revision 2c52073b51829e4d3a28d8bdf50247d3316218d0)
+++ defaults/sparc64/Makefile.config	(revision 7e20bee4e42d8e81265703423adbd3e83456bb6a)
@@ -7,4 +7,7 @@
 # Compiler
 COMPILER = gcc_cross
+
+# In case compiler is clang, whether or not to use its integrated assembler.
+INTEGRATED_AS = default
 
 # Support for SMP
Index: defaults/special/Makefile.config
===================================================================
--- defaults/special/Makefile.config	(revision 2c52073b51829e4d3a28d8bdf50247d3316218d0)
+++ defaults/special/Makefile.config	(revision 7e20bee4e42d8e81265703423adbd3e83456bb6a)
@@ -4,4 +4,7 @@
 # Compiler
 COMPILER = gcc_cross
+
+# In case compiler is clang, whether or not to use its integrated assembler.
+INTEGRATED_AS = default
 
 # Support for SMP
