diff options
author | Richard Henderson <rth@redhat.com> | 2001-12-28 17:19:51 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2001-12-28 17:19:51 -0800 |
commit | 0b622c4a1e70e22e4d296005c3f3703ec1c12897 (patch) | |
tree | 988dfdcfbac52c98a8fd7fea62c6bde220969477 /libstdc++-v3/configure.target | |
parent | 47ffd48afd7ee6b368e9e33733aac97155e9d96d (diff) | |
download | gcc-0b622c4a1e70e22e4d296005c3f3703ec1c12897.zip gcc-0b622c4a1e70e22e4d296005c3f3703ec1c12897.tar.gz gcc-0b622c4a1e70e22e4d296005c3f3703ec1c12897.tar.bz2 |
cpu_limits.h: New file.
* config/cpu/ia64/bits/cpu_limits.h: New file.
* config/os/osf/osf5.0/bits/cpu_limits.h: New file.
* configure.target (CPULIMITSH): Use them.
From-SVN: r48358
Diffstat (limited to 'libstdc++-v3/configure.target')
-rw-r--r-- | libstdc++-v3/configure.target | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libstdc++-v3/configure.target b/libstdc++-v3/configure.target index 7995a4c..33c5b72 100644 --- a/libstdc++-v3/configure.target +++ b/libstdc++-v3/configure.target @@ -138,12 +138,18 @@ esac # cpu_limits.h can be found. # THIS TABLE IS SORTED. KEEP IT THAT WAY. case "${target}" in + alpha*-*-*osf5*) + CPULIMITSH=config/os/osf/osf5.0 + ;; alpha*-*-*) CPULIMITSH=config/cpu/alpha ;; cris-*-*) CPULIMITSH=config/cpu/cris ;; + ia64-*-*) + CPULIMITSH=config/cpu/ia64 + ;; i?86-*-*) CPULIMITSH=config/cpu/i386 ;; |