Lines Matching refs:write
41 $ write sys$output "Generate targ-cpu.[ch]"
44 $ open/write outfile targ-cpu.h
45 $ write outfile "#include ""tc-''arch'.h"""
48 $ open/write outfile targ-cpu.c
49 $ write outfile "#include ""tc-''arch'.c"""
52 $ write sys$output "Generate targ-env.h"
54 $ open/write outfile targ-env.h
55 $ write outfile "#include ""te-''env'.h"""
58 $ write sys$output "Generate obj-format.[ch]"
61 $ open/write outfile obj-format.h
62 $ write outfile "#include ""obj-''format'.h"""
64 $ open/write outfile obj-format.c
65 $ write outfile "#include ""obj-''format'.c"""
68 $ write sys$output "Generate atof-targ.c"
73 $ write sys$output "Generate gas/config.h"
213 $ write outfile ""
214 $ write outfile "/* Target alias. */"
215 $ write outfile "#define TARGET_ALIAS ""''target_alias'"""
216 $ write outfile ""
217 $ write outfile "/* Canonical target. */"
218 $ write outfile "#define TARGET_CANONICAL ""''target_canonical'"""
219 $ write outfile ""
220 $ write outfile "/* Target CPU. */"
221 $ write outfile "#define TARGET_CPU ""'arch'"""
224 $ write sys$output "Generate gas/build.com"
243 $ write sys$output "CFLAGS=",CFLAGS
250 $ write outfile "$ write sys$output ""Compiling te-vms.c"""
251 $ write outfile "$ cc 'CFLAGS /obj=te-vms.obj [.config]te-vms.c + " +-
253 $ write outfile "$ AS_OBJS=AS_OBJS + "",te-vms.obj"""
261 $ write sys$output "Compiling targ-cpu.c (/noopt)"