2004-02-09 Paul Brook <paul@codesourcery.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Feb 2004 23:51:02 +0000 (23:51 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Feb 2004 23:51:02 +0000 (23:51 +0000)
* libstdc++-v3/configure.host: Explicitly check for atomicity.h file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77570 138bc75d-0d04-0410-961f-82ee72b054a4

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

index b519c94..16b0f5f 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 4a8062a..a3d3232 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