Add configuration option to the base/rom extension to make the toolchain (ARMCC/GCCE) known to the preprocessor stage of romb build. GCC_SURGE
authorMike Kinghan <mikek@symbian.org>
Fri, 19 Nov 2010 16:17:17 +0000
branchGCC_SURGE
changeset 131 aa939c1eee2f
parent 127 c0501b51f2b9
child 132 c1a52682bd52
Add configuration option to the base/rom extension to make the toolchain (ARMCC/GCCE) known to the preprocessor stage of romb build.
baseport/syborg/bld.inf
--- a/baseport/syborg/bld.inf	Mon Nov 01 10:36:09 2010 +0000
+++ b/baseport/syborg/bld.inf	Fri Nov 19 16:17:17 2010 +0000
@@ -136,6 +136,12 @@
 // Build image armv5 for urel and udeb
 PRJ_EXTENSIONS
 start	extension	base/rom
+#ifdef ARMCC
+option ROM_DEFS ARMCC
+#endif
+#ifdef GCCE
+option ROM_DEFS GCCE
+#endif
 option	REE_TARGET	syborg
 option	TYPE	tshell
 end