Fix for Bug 3086 - [GCCE] template_bootrom assembly receives no include path from the bld.inf (strictly one half of the fix. The rest is in the buildtools, makefile_templates and shell) GCC_SURGE
authormikek
Fri, 25 Jun 2010 19:00:32 +0100
branchGCC_SURGE
changeset 179 08b624d81f5e
parent 178 b1b130011aca
child 180 47afc0d531b6
Fix for Bug 3086 - [GCCE] template_bootrom assembly receives no include path from the bld.inf (strictly one half of the fix. The rest is in the buildtools, makefile_templates and shell)
bsptemplate/asspandvariant/template_variant/bld.inf
--- a/bsptemplate/asspandvariant/template_variant/bld.inf	Wed Jun 23 16:24:22 2010 +0100
+++ b/bsptemplate/asspandvariant/template_variant/bld.inf	Fri Jun 25 19:00:32 2010 +0100
@@ -150,6 +150,13 @@
 option		EXTRA_SRC_PATH		$(EXTENSION_ROOT)/bootstrap
 option		INCLUDES		$(EXTENSION_ROOT)/config.inc
 option		E32PATH			$(EXTENSION_ROOT)/../../../kernel/eka/../.
+#ifdef GCCE
+option		GCCE			GCCE
+option		EXTRA_INC_PATH	$(EPOCBLD)/$(NAME)
+#endif
+#ifdef ARMCC
+option		ARMCC			ARMCC
+#endif
 
 end