Index: boot/Makefile.build
===================================================================
--- boot/Makefile.build	(revision 3e896e13ce2d12717dbece63e83c5a92d660505f)
+++ boot/Makefile.build	(revision 82a6d4ee0cd61f55f3f2a3de253f5c14d130db7a)
@@ -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)
