diff options
Diffstat (limited to 'ld/scripttempl/tic4xcoff.sc')
-rw-r--r-- | ld/scripttempl/tic4xcoff.sc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/scripttempl/tic4xcoff.sc b/ld/scripttempl/tic4xcoff.sc index 080ac67..121f3ed 100644 --- a/ld/scripttempl/tic4xcoff.sc +++ b/ld/scripttempl/tic4xcoff.sc @@ -31,8 +31,8 @@ # This emulation assumes config 7. case $OUTPUT_ARCH in - c3x) OUTPUT_ARCHNAME="TMS320C3x" ;; - c4x) OUTPUT_ARCHNAME="TMS320C4x" ;; + tic3x) OUTPUT_ARCHNAME="TMS320C3x" ;; + tic4x) OUTPUT_ARCHNAME="TMS320C4x" ;; esac case $ONCHIP in |