diff options
author | Tristan Gingold <gingold@adacore.com> | 2009-09-23 08:30:12 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2009-09-23 08:30:12 +0000 |
commit | 6eb94e776a71e6509715cc2f0e70ea193bd95877 (patch) | |
tree | aa054ff76be5fb4b0a1e25217a1c1c3bfba4880a /gas/configure.com | |
parent | d3e32c2e1a412bdf38f9870c7b8e7377ec6a227e (diff) | |
download | gdb-6eb94e776a71e6509715cc2f0e70ea193bd95877.zip gdb-6eb94e776a71e6509715cc2f0e70ea193bd95877.tar.gz gdb-6eb94e776a71e6509715cc2f0e70ea193bd95877.tar.bz2 |
2009-09-23 Tim E. Sneddon <tsneddon@kednos.com>
* gas/configure.com: Fix a typo.
Diffstat (limited to 'gas/configure.com')
-rw-r--r-- | gas/configure.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure.com b/gas/configure.com index 615dc22..0e10e07 100644 --- a/gas/configure.com +++ b/gas/configure.com @@ -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 |