View | Details | Raw Unified | Return to bug 214278
Collapse All | Expand All

(-)beecrypt-4.1.2/acinclude.m4 (-6 lines)
Lines 418-429 AC_DEFUN([BEECRYPT_GNU_CC],[ Link Here
418
      ;;
418
      ;;
419
    esac
419
    esac
420
    ;;
420
    ;;
421
  # PowerPC needs a signed char
422
  powerpc)
421
  powerpc)
423
    CFLAGS="$CFLAGS -fsigned-char"
424
    ;;
422
    ;;
425
  powerpc64)
423
  powerpc64)
426
    CFLAGS="$CFLAGS -fsigned-char"
427
    case $target_os in
424
    case $target_os in
428
    aix*)
425
    aix*)
429
      CC="$CC -maix64"
426
      CC="$CC -maix64"
Lines 539-550 AC_DEFUN([BEECRYPT_GNU_CXX],[ Link Here
539
      ;;
536
      ;;
540
    esac
537
    esac
541
    ;;
538
    ;;
542
  # PowerPC needs a signed char
543
  powerpc)
539
  powerpc)
544
    CXXFLAGS="$CXXFLAGS -fsigned-char"
545
    ;;
540
    ;;
546
  powerpc64)
541
  powerpc64)
547
    CXXFLAGS="$CXXFLAGS -fsigned-char"
548
    case $target_os in
542
    case $target_os in
549
    aix*)
543
    aix*)
550
      CXX="$CXX -maix64"
544
      CXX="$CXX -maix64"
(-)beecrypt-4.1.2/configure (-6 lines)
Lines 5956-5967 echo "${ECHO_T}$ac_cv_func__rotr" >&6 Link Here
5956
      ;;
5956
      ;;
5957
    esac
5957
    esac
5958
    ;;
5958
    ;;
5959
  # PowerPC needs a signed char
5960
  powerpc)
5959
  powerpc)
5961
    CFLAGS="$CFLAGS -fsigned-char"
5962
    ;;
5960
    ;;
5963
  powerpc64)
5961
  powerpc64)
5964
    CFLAGS="$CFLAGS -fsigned-char"
5965
    case $target_os in
5962
    case $target_os in
5966
    aix*)
5963
    aix*)
5967
      CC="$CC -maix64"
5964
      CC="$CC -maix64"
Lines 6758-6769 echo "${ECHO_T}$bc_cv_prog_COMPAQ_CC" >& Link Here
6758
      ;;
6755
      ;;
6759
    esac
6756
    esac
6760
    ;;
6757
    ;;
6761
  # PowerPC needs a signed char
6762
  powerpc)
6758
  powerpc)
6763
    CXXFLAGS="$CXXFLAGS -fsigned-char"
6764
    ;;
6759
    ;;
6765
  powerpc64)
6760
  powerpc64)
6766
    CXXFLAGS="$CXXFLAGS -fsigned-char"
6767
    case $target_os in
6761
    case $target_os in
6768
    aix*)
6762
    aix*)
6769
      CXX="$CXX -maix64"
6763
      CXX="$CXX -maix64"

Return to bug 214278