diff options
author | John David Anglin <dave@hiauly1.hia.nrc.ca> | 2002-11-05 21:24:37 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2002-11-05 21:24:37 +0000 |
commit | 49dd74ef2630f34ec6cd058fef04ab103b13fed7 (patch) | |
tree | a65476459b5128bf89f98b50e7ecf100d5073494 | |
parent | fa3d9f57b09d291543a27ae9e55732c12dc39cbe (diff) | |
download | gcc-49dd74ef2630f34ec6cd058fef04ab103b13fed7.zip gcc-49dd74ef2630f34ec6cd058fef04ab103b13fed7.tar.gz gcc-49dd74ef2630f34ec6cd058fef04ab103b13fed7.tar.bz2 |
* configure.target (hppa*): Define cpu_include_dir.
From-SVN: r58835
-rw-r--r-- | libstdc++-v3/ChangeLog | 1 | ||||
-rw-r--r-- | libstdc++-v3/configure.target | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 5d53a7b..43908df 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,6 @@ 2002-11-05 John David Anglin <dave@hiauly1.hia.nrc.ca> + * configure.target (hppa*): Define cpu_include_dir. * config/os/hpux/os_defines.h (_GLIBCPP_INST_ATOMICITY_LOCK): Define. * src/misc-inst.cc (std): Instantiate atomicity lock when _GLIBCPP_INST_ATOMICITY_LOCK is defined. diff --git a/libstdc++-v3/configure.target b/libstdc++-v3/configure.target index d3043c0..fa65e6e 100644 --- a/libstdc++-v3/configure.target +++ b/libstdc++-v3/configure.target @@ -72,6 +72,9 @@ case "${target_cpu}" in athlon* | i586 | i686 | i786 | x86_64) cpu_include_dir="cpu/i486" ;; + hppa*) + cpu_include_dir="cpu/hppa" + ;; m680[246]0) cpu_include_dir="cpu/m68k" ;; |