Lines Matching refs:EMULATION_NAME
73 EMULATION_NAME=$2
85 CUSTOMIZER_SCRIPT=${EMULATION_NAME}
90 . ${CUSTOMIZER_SCRIPT} ${EMULATION_NAME}
105 *" ${EMULATION_NAME} "*)
206 if [ "x$1" = "x$EMULATION_NAME" ]; then
252 . ${CUSTOMIZER_SCRIPT} ${EMULATION_NAME}
254 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xr
260 . ${CUSTOMIZER_SCRIPT} ${EMULATION_NAME}
262 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xu
268 . ${CUSTOMIZER_SCRIPT} ${EMULATION_NAME}
270 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.x
276 . ${CUSTOMIZER_SCRIPT} ${EMULATION_NAME}
278 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xn
283 . ${CUSTOMIZER_SCRIPT} ${EMULATION_NAME}
285 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xbn
290 COMBRELOC=ldscripts/${EMULATION_NAME}.xc.tmp
292 . ${CUSTOMIZER_SCRIPT} ${EMULATION_NAME}
294 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xc
298 COMBRELOC=ldscripts/${EMULATION_NAME}.xw.tmp
300 . ${CUSTOMIZER_SCRIPT} ${EMULATION_NAME}
302 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xw
315 . ${CUSTOMIZER_SCRIPT} ${EMULATION_NAME}
317 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xs
321 COMBRELOC=ldscripts/${EMULATION_NAME}.xsc.tmp
323 . ${CUSTOMIZER_SCRIPT} ${EMULATION_NAME}
325 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xsc
329 COMBRELOC=ldscripts/${EMULATION_NAME}.xsw.tmp
331 . ${CUSTOMIZER_SCRIPT} ${EMULATION_NAME}
333 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xsw
348 . ${CUSTOMIZER_SCRIPT} ${EMULATION_NAME}
350 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xd
354 COMBRELOC=ldscripts/${EMULATION_NAME}.xdc.tmp
356 . ${CUSTOMIZER_SCRIPT} ${EMULATION_NAME}
358 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xdc
362 COMBRELOC=ldscripts/${EMULATION_NAME}.xdw.tmp
364 . ${CUSTOMIZER_SCRIPT} ${EMULATION_NAME}
366 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xdw
375 *" ${EMULATION_NAME} "*) COMPILE_IN=true;;