FreeCalypso > hg > fc-magnetite
diff configure.sh @ 379:3ec9abac32cd
configure.sh: treat c11x target the same as c139
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 13 Jan 2018 18:24:50 +0000 |
parents | a05a9e88976f |
children | 56f5db12a125 |
line wrap: on
line diff
--- 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