diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-20 18:27:17 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-20 18:27:17 +0000 |
commit | 9aab6de79e349b8f48b998ef9fdead9ad4f12f42 (patch) | |
tree | 1bb846b112a797c45af68349fe44f83e430af871 /libstdc++-v3/configure.host | |
parent | 0431648b6036a22fb77da11079f8fbb51bc23cb0 (diff) | |
download | ppe42-gcc-9aab6de79e349b8f48b998ef9fdead9ad4f12f42.tar.gz ppe42-gcc-9aab6de79e349b8f48b998ef9fdead9ad4f12f42.zip |
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
Diffstat (limited to 'libstdc++-v3/configure.host')
-rw-r--r-- | libstdc++-v3/configure.host | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libstdc++-v3/configure.host b/libstdc++-v3/configure.host index 6f2c54e1554..de19fcabc62 100644 --- a/libstdc++-v3/configure.host +++ b/libstdc++-v3/configure.host @@ -186,6 +186,9 @@ case "${host_os}" in solaris2.[789] | solaris2.1[0-9]) os_include_dir="os/solaris/solaris2.7" ;; + vxworks) + os_include_dir="os/vxworks" + ;; windiss*) os_include_dir="os/windiss" ;; |