comparison configure.sh @ 535:bb9a08797022

configure and components scripts: added support for c155 target
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 05 Nov 2018 17:30:51 +0000
parents 9363ea39c74c
children ae18f9aad7ce
comparison
equal deleted inserted replaced
534:6c96725718c3 535:bb9a08797022
83 exit 1 83 exit 1
84 esac 84 esac
85 85
86 # UI config default based on target 86 # UI config default based on target
87 87
88 if [ "$TARGET" = c139 -o "$TARGET" = c11x ] 88 if [ "$TARGET" = c11x -o "$TARGET" = c139 -o "$TARGET" = c155 ]
89 then 89 then
90 UI_CONFIG=84x48 90 UI_CONFIG=84x48
91 else 91 else
92 UI_CONFIG=bigcolor 92 UI_CONFIG=bigcolor
93 fi 93 fi
272 then 272 then
273 cat makefile-frags/str2ind-c-gen >> $BUILD_DIR/Makefile 273 cat makefile-frags/str2ind-c-gen >> $BUILD_DIR/Makefile
274 fi 274 fi
275 275
276 cat makefile-frags/link-steps >> $BUILD_DIR/Makefile 276 cat makefile-frags/link-steps >> $BUILD_DIR/Makefile
277 if [ "$TARGET" != c139 -a "$TARGET" != c11x ] 277 if [ "$TARGET" != c11x -a "$TARGET" != c139 -a "$TARGET" != c155 ]
278 then 278 then
279 cat makefile-frags/m0-to-bin-std >> $BUILD_DIR/Makefile 279 cat makefile-frags/m0-to-bin-std >> $BUILD_DIR/Makefile
280 else 280 else
281 cat makefile-frags/m0-to-bin-c139 >> $BUILD_DIR/Makefile 281 cat makefile-frags/m0-to-bin-c139 >> $BUILD_DIR/Makefile
282 fi 282 fi