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 | |
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')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/configure.com | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 28099ba..acccf0c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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.. 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 |