Differences From
Artifact [dcf2a949b3]:
180 180 if test "$assembly" = yes; then
181 181 report $cc $src $3 $dflag -std=c11 -isystem "$to" -isystem "$gen" -isystem "arch/$target" -isystem "$PWD" -ffreestanding -nostdlib "-L$to" -masm=intel -fverbose-asm -S "-o$output.s"
182 182 else
183 183 report $cc $src $3 $dflag -std=c11 -isystem "$to" -isystem "$gen" -isystem "arch/$target" -isystem "$PWD" -ffreestanding -nostdlib "-L$to" "-o$output"
184 184 fi
185 185 }
186 186
187 -say "commencing libk build $build at $(timestamp)"
187 +say "commencing libk build $build at $(timestamp) for $target"
188 188 # set -x
189 189
190 190 # get type data
191 191 mkdir -p $gen
192 192 report $cc -D_emit_m4_include arch/typesize.c -o $gen/typesize
193 193 $gen/typesize > gen/typesize.m
194 194