FreeCalypso > hg > fc-magnetite
comparison configure.sh @ 90:7bd197063b9e
building RAM fw images for the Pirelli: initial concept
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 02 Oct 2016 16:51:22 +0000 |
parents | 46d9d68a3911 |
children | 5c13f9325e2d |
comparison
equal
deleted
inserted
replaced
89:6c3881378a31 | 90:7bd197063b9e |
---|---|
183 helpers/makeline def SPECIAL_LINK_LIBS $SPECIAL_LINK_LIBS >> $BUILD_DIR/Makefile | 183 helpers/makeline def SPECIAL_LINK_LIBS $SPECIAL_LINK_LIBS >> $BUILD_DIR/Makefile |
184 echo >> $BUILD_DIR/Makefile | 184 echo >> $BUILD_DIR/Makefile |
185 helpers/makeline def LINK_SCRIPT_SRC ../$LINK_SCRIPT_SRC >> $BUILD_DIR/Makefile | 185 helpers/makeline def LINK_SCRIPT_SRC ../$LINK_SCRIPT_SRC >> $BUILD_DIR/Makefile |
186 echo >> $BUILD_DIR/Makefile | 186 echo >> $BUILD_DIR/Makefile |
187 | 187 |
188 if [ -n "$RAM_LINK_SCRIPT_SRC" ] | |
189 then | |
190 helpers/makeline def RAM_LINK_SCRIPT_SRC ../$RAM_LINK_SCRIPT_SRC \ | |
191 >> $BUILD_DIR/Makefile | |
192 echo >> $BUILD_DIR/Makefile | |
193 fi | |
194 | |
188 cat makefile-frags/first-part >> $BUILD_DIR/Makefile | 195 cat makefile-frags/first-part >> $BUILD_DIR/Makefile |
189 | 196 |
190 if [ "$USE_STR2IND" = 1 ] | 197 if [ "$USE_STR2IND" = 1 ] |
191 then | 198 then |
192 cat makefile-frags/str2ind-tab-depend >> $BUILD_DIR/Makefile | 199 cat makefile-frags/str2ind-tab-depend >> $BUILD_DIR/Makefile |
203 cat makefile-frags/m0-to-bin-std >> $BUILD_DIR/Makefile | 210 cat makefile-frags/m0-to-bin-std >> $BUILD_DIR/Makefile |
204 else | 211 else |
205 cat makefile-frags/m0-to-bin-c139 >> $BUILD_DIR/Makefile | 212 cat makefile-frags/m0-to-bin-c139 >> $BUILD_DIR/Makefile |
206 fi | 213 fi |
207 | 214 |
215 if [ -n "$RAM_LINK_SCRIPT_SRC" ] | |
216 then | |
217 cat makefile-frags/ram-link-steps >> $BUILD_DIR/Makefile | |
218 fi | |
219 | |
208 cat makefile-frags/clean-always >> $BUILD_DIR/Makefile | 220 cat makefile-frags/clean-always >> $BUILD_DIR/Makefile |
209 if [ "$str2ind_blobs_used" = 0 ] | 221 if [ "$str2ind_blobs_used" = 0 ] |
210 then | 222 then |
211 echo ' rm -f str2ind.tab str2ind.log' >> $BUILD_DIR/Makefile | 223 echo ' rm -f str2ind.tab str2ind.log' >> $BUILD_DIR/Makefile |
212 fi | 224 fi |