comparison build.sh @ 1793:d461b345c3c9 draft

Build sh2eb for the numato mimas v2. Still a lot of rough edges.
author Rob Landley <rob@landley.net>
date Tue, 06 Oct 2015 22:05:53 -0500
parents 98a53110ce38
children 108f69f2c952
comparison
equal deleted inserted replaced
1792:23cb10ca9797 1793:d461b345c3c9
155 fi 155 fi
156 156
157 # Build a native compiler. It's statically linked by default so it can 157 # Build a native compiler. It's statically linked by default so it can
158 # run on an arbitrary host system. 158 # run on an arbitrary host system.
159 159
160 if not_already native-compiler 160 # Not trying to build nommu native compilers for the moment.
161
162 if [ -z "$ELF2FLT" ] && not_already native-compiler
161 then 163 then
162 zap system-image 164 zap system-image
163 165
164 do_stage native-compiler "$ARCH" 166 do_stage native-compiler "$ARCH"
165 fi 167 fi