Home | History | Annotate | Download | only in tools

Lines Matching full:dst_file

507     local SRC_FILE DST_FILE
531 DST_FILE=${SRC_FILE%%.c}
532 DST_FILE=${DST_FILE%%.S}.o
534 case "$DST_FILE" in
540 DST_FILE=crtend_android.o
549 DST_FILE
555 log "Generating $ARCH C runtime object: $DST_FILE"
561 -O2 -fpic -Wl,-r -nostdlib -o "$DST_DIR/$DST_FILE" $SRC_FILE)
563 dump "ERROR: Could not generate $DST_FILE from $SRC_DIR/$SRC_FILE"