OSDN Git Service

update the sample output
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / configure.target
index 0fda72d..5e619d0 100644 (file)
@@ -60,14 +60,6 @@ esac
 case "${target_os}" in
   aix4.[3456789]* | aix[56789]*)
     os_include_dir="config/os/aix"
-    case "$CXX" in
-      *pthread*)
-        enable_threads='posix'
-        ;;
-      *)
-        enable_threads='no'
-        ;;
-    esac
     ;;
   bsd* | freebsd* )
     os_include_dir="config/os/bsd/freebsd"
@@ -113,8 +105,15 @@ esac
 # THIS TABLE IS SORTED.  KEEP IT THAT WAY.
 
 case "${target}" in
+   *-*-aix[456789]*)
+     # We set os_include_dir to config/os/aix only on AIX 4.3 and
+     # newer, but config/os/aix/bits/atomicity.h works on earlier
+     # versions of AIX 4.*, so we explicitly duplicate the directory
+     # here, because os_include_dir.
+     ATOMICITYH=config/os/aix
+     ;;
    *-*-aix*)
-     ATOMICITYH=$os_include_dir
+     ATOMICITYH=config/cpu/generic
      ;;
    *-*-irix*)
      ATOMICITYH=$os_include_dir
@@ -123,5 +122,3 @@ case "${target}" in
      ATOMICITYH=$cpu_include_dir
      ;;
 esac
-    
-