diff options
author | Olivier Hainque <hainque@adacore.com> | 2020-10-20 10:32:27 +0000 |
---|---|---|
committer | Olivier Hainque <hainque@adacore.com> | 2020-10-22 16:40:57 +0000 |
commit | d667beea36ba90bd47f1dd5f4a92a8d43a8ff207 (patch) | |
tree | 04cd969837af3d4901b71e5dcc0a36cf426eb3cf /libstdc++-v3/configure.host | |
parent | 0e590b68fa3743656f40aee8374b788b108350c7 (diff) | |
download | gcc-d667beea36ba90bd47f1dd5f4a92a8d43a8ff207.zip gcc-d667beea36ba90bd47f1dd5f4a92a8d43a8ff207.tar.gz gcc-d667beea36ba90bd47f1dd5f4a92a8d43a8ff207.tar.bz2 |
Scope libstdc++ configuration for vxworks to all versions
When libstdc++ is enabled, the current high level configuration
bits should apply the same to all versions of VxWorks. Adjust the
config triplets matching rules accordingly.
2010-10-21 Olivier Hainque <hainque@adacore.com>
libstdc++-v3/
* crossconfig.m4: Turn vxworks matcher into vxworks*.
* configure.host: Likewise.
* configure: Regenerate.
Diffstat (limited to 'libstdc++-v3/configure.host')
-rw-r--r-- | libstdc++-v3/configure.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/configure.host b/libstdc++-v3/configure.host index 8d1b608..ec32980 100644 --- a/libstdc++-v3/configure.host +++ b/libstdc++-v3/configure.host @@ -303,7 +303,7 @@ case "${host_os}" in tpf) os_include_dir="os/tpf" ;; - vxworks) + vxworks*) os_include_dir="os/vxworks" ;; *) |