configure.ac: Fix comment typo.
authorPhil Edwards <phil@codesourcery.com>
Mon, 20 Oct 2003 18:27:17 +0000 (18:27 +0000)
committerPhil Edwards <pme@gcc.gnu.org>
Mon, 20 Oct 2003 18:27:17 +0000 (18:27 +0000)
commit65fc9769d5aae02bd4a32c1756cea36b2be51f82
tree1bb846b112a797c45af68349fe44f83e430af871
parent68f9856805d47a7f470f36ae559e0ec0f6b72357
configure.ac: Fix comment typo.

2003-10-20  Phil Edwards  <phil@codesourcery.com>

* configure.ac:  Fix comment typo.
* configure.host:  Add vxworks to host_os switch.
* crossconfig.m4:  Remove old commented os_include_dir variables
left over from autotools transition.
(*-vxworks):  New stanza.
(*-windiss):  Add missing symbols.
* configure:  Regenerate.
* config/os/vxworks/ctype_base.h, config/os/vxworks/ctype_inline.h,
config/os/vxworks/ctype_noninline.h, config/os/vxworks/os_defines.h:
New files.
* config/os/windiss/os_defines.h:  Define __C9X__.

From-SVN: r72710
libstdc++-v3/ChangeLog
libstdc++-v3/config/os/vxworks/ctype_base.h [new file with mode: 0644]
libstdc++-v3/config/os/vxworks/ctype_inline.h [new file with mode: 0644]
libstdc++-v3/config/os/vxworks/ctype_noninline.h [new file with mode: 0644]
libstdc++-v3/config/os/vxworks/os_defines.h [new file with mode: 0644]
libstdc++-v3/config/os/windiss/os_defines.h
libstdc++-v3/configure
libstdc++-v3/configure.ac
libstdc++-v3/configure.host
libstdc++-v3/crossconfig.m4