Index: boot/Makefile.build
===================================================================
--- boot/Makefile.build	(revision 3e896e13ce2d12717dbece63e83c5a92d660505f)
+++ boot/Makefile.build	(revision 12735849886ca29fdefd187df82fddfda3cd37a9)
@@ -75,4 +75,10 @@
 endif
 
+ifeq ($(COMPILER),gcc_helenos)
+	CFLAGS = $(GCC_CFLAGS) $(EXTRA_CFLAGS)
+	DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS)
+endif
+
+
 ifeq ($(COMPILER),icc)
 	CFLAGS = $(ICC_CFLAGS) $(EXTRA_CFLAGS)
