]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.host: Explicitly check for atomicity.h file.
authorPaul Brook <paul@codesourcery.com>
Mon, 9 Feb 2004 23:51:02 +0000 (23:51 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Mon, 9 Feb 2004 23:51:02 +0000 (23:51 +0000)
2004-02-09  Paul Brook  <paul@codesourcery.com>

* libstdc++-v3/configure.host: Explicitly check for atomicity.h file.

From-SVN: r77570

libstdc++-v3/ChangeLog
libstdc++-v3/configure.host

index b519c948a269861ccebb7e81cc4980dff70ac1db..16b0f5fa4bdd9fb95b52836d7407e568170f0217 100644 (file)
@@ -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
index 4a8062a1f31a09587651f1c702cd7678e9d366b8..a3d32325db2f7ff564bd8a6bd58fc0c2247c16c6 100644 (file)
@@ -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