Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 936067
Collapse All | Expand All

(-)a/make/autoconf/toolchain.m4 (-1 / +1 lines)
Lines 811-817 AC_DEFUN_ONCE([TOOLCHAIN_DETECT_TOOLCHAIN_EXTRA], Link Here
811
      if test "x$OPENJDK_TARGET_OS" = xaix; then
811
      if test "x$OPENJDK_TARGET_OS" = xaix; then
812
        UTIL_REQUIRE_TOOLCHAIN_PROGS(CXXFILT, ibm-llvm-cxxfilt)
812
        UTIL_REQUIRE_TOOLCHAIN_PROGS(CXXFILT, ibm-llvm-cxxfilt)
813
      else
813
      else
814
        UTIL_REQUIRE_TOOLCHAIN_PROGS(CXXFILT, c++filt)
814
        UTIL_LOOKUP_TOOLCHAIN_PROGS(CXXFILT, c++filt cxxfilt)
815
      fi
815
      fi
816
      ;;
816
      ;;
817
  esac
817
  esac

Return to bug 936067