Skip to content
Snippets Groups Projects
Commit 6eb94e77 authored by Tristan Gingold's avatar Tristan Gingold
Browse files

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

       * gas/configure.com: Fix a typo.
parent d3e32c2e
No related branches found
No related tags found
No related merge requests found
2009-09-23 Tim E. Sneddon <tsneddon@kednos.com>
* gas/configure.com: Fix a typo.
2009-09-23 Alan Modra <amodra@bigpond.net.au> 2009-09-23 Alan Modra <amodra@bigpond.net.au>
* symbols.c (define_sym_at_dot): New function, extracted from.. * symbols.c (define_sym_at_dot): New function, extracted from..
......
...@@ -232,7 +232,7 @@ $ if arch.eqs."ia64" ...@@ -232,7 +232,7 @@ $ if arch.eqs."ia64"
$ then $ then
$ open/append outfile build.com $ open/append outfile build.com
$ write outfile "$ write sys$output ""Compiling te-vms.c""" $ 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" "sys$library:sys$lib_c.tlb/lib"
$ write outfile "$ AS_OBJS=AS_OBJS + "",te-vms.obj""" $ write outfile "$ AS_OBJS=AS_OBJS + "",te-vms.obj"""
$ close outfile $ close outfile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment