re PR java/35485 (libjava is disabled by default)
[gcc.git] / libjava / configure
index ffee0691ea13122285fe74e996065135cd75e3ae..225ffa6d32f498b540160a68232a791fb5550037 100755 (executable)
@@ -20711,7 +20711,7 @@ case "$THREADS" in
  no | none | single)
     THREADS=none
     ;;
- posix | posix95 | pthreads)
aix | posix | posix95 | pthreads)
     THREADS=posix
     case "$host" in
      *-*-linux*)
@@ -27510,6 +27510,9 @@ case "${host}" in
  powerpc*-*-darwin* | i?86-*-darwin9* | x86_64-*-darwin9*)
     SIGNAL_HANDLER=include/darwin-signal.h
     ;;
+ powerpc*-*-aix*)
+    SIGNAL_HANDLER=include/aix-signal.h
+    ;;
  *)
     SIGNAL_HANDLER=include/default-signal.h
     ;;