aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2004-02-09 23:51:02 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2004-02-09 23:51:02 +0000
commit1b81e1b5441bcb18e2a296d1cf26ac04e7234796 (patch)
tree6d697f289ffd93867dd19a23960d1c324b9dfa82
parentcf0d2c4044fb7a95db4ee80d60003590dce5b6a6 (diff)
downloadgcc-1b81e1b5441bcb18e2a296d1cf26ac04e7234796.zip
gcc-1b81e1b5441bcb18e2a296d1cf26ac04e7234796.tar.gz
gcc-1b81e1b5441bcb18e2a296d1cf26ac04e7234796.tar.bz2
configure.host: Explicitly check for atomicity.h file.
2004-02-09 Paul Brook <paul@codesourcery.com> * libstdc++-v3/configure.host: Explicitly check for atomicity.h file. From-SVN: r77570
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/configure.host2
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index b519c94..16b0f5f 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-09 Paul Brook <paul@codesourcery.com>
+
+ * libstdc++-v3/configure.host: Explicitly check for atomicity.h file.
+
2004-02-09 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/14071
diff --git a/libstdc++-v3/configure.host b/libstdc++-v3/configure.host
index 4a8062a..a3d3232 100644
--- a/libstdc++-v3/configure.host
+++ b/libstdc++-v3/configure.host
@@ -94,7 +94,7 @@ case "${host_cpu}" in
try_cpu=sparc
;;
*)
- if test -d ${glibcxx_srcdir}/config/cpu/${host_cpu}; then
+ if test -f ${glibcxx_srcdir}/config/cpu/${host_cpu}/atomicity.h; then
try_cpu=${host_cpu}
else
try_cpu=generic