# HG changeset patch # User Mike Kinghan # Date 1290183437 0 # Node ID aa939c1eee2f1ec4d3bfd7b65d6aeb763791917f # Parent c0501b51f2b92d991b5ecc870a23342f36f974dd Add configuration option to the base/rom extension to make the toolchain (ARMCC/GCCE) known to the preprocessor stage of romb build. diff -r c0501b51f2b9 -r aa939c1eee2f 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