Ticket #61594: emacs-arm.diff

File emacs-arm.diff, 778 bytes (added by tglsfdc (Tom Lane), 3 years ago)

emacs-arm.diff

  • configure.ac

    old new case "${canonical}" in 
    703703  *-apple-darwin* )
    704704    case "${canonical}" in
    705705      *-apple-darwin[0-9].*) unported=yes ;;
    706       i[3456]86-* | x86_64-* )  ;;
     706      i[3456]86-* | x86_64-* | arm-* )  ;;
    707707      * )            unported=yes ;;
    708708    esac
    709709    opsys=darwin
  • configure

    old new case "${canonical}" in 
    49784978  *-apple-darwin* )
    49794979    case "${canonical}" in
    49804980      *-apple-darwin[0-9].*) unported=yes ;;
    4981       i[3456]86-* | x86_64-* )  ;;
     4981      i[3456]86-* | x86_64-* | arm-* )  ;;
    49824982      * )            unported=yes ;;
    49834983    esac
    49844984    opsys=darwin