2003-10-20 Phil Edwards <phil@codesourcery.com>
authorpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Oct 2003 18:27:17 +0000 (18:27 +0000)
committerpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Oct 2003 18:27:17 +0000 (18:27 +0000)
commit9aab6de79e349b8f48b998ef9fdead9ad4f12f42
tree1bb846b112a797c45af68349fe44f83e430af871
parent0431648b6036a22fb77da11079f8fbb51bc23cb0
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__.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72710 138bc75d-0d04-0410-961f-82ee72b054a4
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