# HG changeset patch # User Mychaela Falconia # Date 1552807350 0 # Node ID e8853af07f45bfee9b67d35b301cda5ac1adbe40 # Parent 8fe0cde2fd79da1495993368e0baecc76c41f14e configure-tms470.sh: j100 target in m0-to-bin selection diff -r 8fe0cde2fd79 -r e8853af07f45 configure-tms470.sh --- a/configure-tms470.sh Sun Mar 17 07:20:28 2019 +0000 +++ b/configure-tms470.sh Sun Mar 17 07:22:30 2019 +0000 @@ -378,7 +378,7 @@ cat tms470/makefile-frags/link-steps >> $BUILD_DIR/Makefile case "$TARGET" in - c11x|c139) + c11x|c139|j100) cat tms470/makefile-frags/m0-to-bin-c139 >> $BUILD_DIR/Makefile ;; c155)