* configure.target (hppa*): Define cpu_include_dir.

From-SVN: r58835
This commit is contained in:
John David Anglin 2002-11-05 21:24:37 +00:00 committed by John David Anglin
parent fa3d9f57b0
commit 49dd74ef26
2 changed files with 4 additions and 0 deletions

View File

@ -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.

View File

@ -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"
;;