# HG changeset patch # User Mychaela Falconia # Date 1515867890 0 # Node ID 3ec9abac32cdf4e02507ccb1b005051f693cf38f # Parent aee9119232998cfc12e4ba169822471cb33c72a4 configure.sh: treat c11x target the same as c139 diff -r aee911923299 -r 3ec9abac32cd configure.sh --- a/configure.sh Sat Jan 13 18:21:16 2018 +0000 +++ b/configure.sh Sat Jan 13 18:24:50 2018 +0000 @@ -220,7 +220,7 @@ fi cat makefile-frags/link-steps >> $BUILD_DIR/Makefile -if [ "$TARGET" != c139 ] +if [ "$TARGET" != c139 -a "$TARGET" != c11x ] then cat makefile-frags/m0-to-bin-std >> $BUILD_DIR/Makefile else