branch | GCC_SURGE |
changeset 134 | 68046085ff95 |
parent 133 | bdd30170987b |
child 135 | 10852f1a0ae9 |
133:bdd30170987b | 134:68046085ff95 |
---|---|
134 end |
134 end |
135 |
135 |
136 // Build image armv5 for urel and udeb |
136 // Build image armv5 for urel and udeb |
137 PRJ_EXTENSIONS |
137 PRJ_EXTENSIONS |
138 start extension base/rom |
138 start extension base/rom |
139 #ifdef ARMCC |
|
140 option ROM_DEFS ARMCC |
|
141 #endif |
|
142 #ifdef GCCE |
|
143 option ROM_DEFS GCCE |
|
144 #endif |
|
145 option REE_TARGET syborg |
139 option REE_TARGET syborg |
146 option TYPE tshell |
140 option TYPE tshell |
147 end |
141 end |