2009-09-23 Tim E. Sneddon <tsneddon@kednos.com>

* gas/configure.com: Fix a typo.
This commit is contained in:
Tristan Gingold 2009-09-23 08:30:12 +00:00
parent d3e32c2e1a
commit 6eb94e776a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-09-23 Tim E. Sneddon <tsneddon@kednos.com>
* gas/configure.com: Fix a typo.
2009-09-23 Alan Modra <amodra@bigpond.net.au>
* symbols.c (define_sym_at_dot): New function, extracted from..

View File

@ -232,7 +232,7 @@ $ if arch.eqs."ia64"
$ then
$ open/append outfile build.com
$ write outfile "$ write sys$output ""Compiling te-vms.c"""
$ write outfile "$ cc 'CFLAGS /obj=te-vme.obj [.config]te-vms.c + " +-
$ write outfile "$ cc 'CFLAGS /obj=te-vms.obj [.config]te-vms.c + " +-
"sys$library:sys$lib_c.tlb/lib"
$ write outfile "$ AS_OBJS=AS_OBJS + "",te-vms.obj"""
$ close outfile