diff configure.sh @ 588:f2e752052db5

beginning of SE J100 target support
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 13 Mar 2019 18:08:34 +0000
parents 36eb33f1d45a
children 76f09f1bea5d
line wrap: on
line diff
--- a/configure.sh	Wed Mar 13 16:52:48 2019 +0000
+++ b/configure.sh	Wed Mar 13 18:08:34 2019 +0000
@@ -273,7 +273,7 @@
 cat makefile-frags/link-steps >> $BUILD_DIR/Makefile
 
 case "$TARGET" in
-	c11x|c139)
+	c11x|c139|j100)
 		cat makefile-frags/m0-to-bin-c139 >> $BUILD_DIR/Makefile
 		;;
 	c155)