Ticket #61594: emacs-arm.diff
File emacs-arm.diff, 778 bytes (added by tglsfdc (Tom Lane), 4 years ago) |
---|
-
configure.ac
old new case "${canonical}" in 703 703 *-apple-darwin* ) 704 704 case "${canonical}" in 705 705 *-apple-darwin[0-9].*) unported=yes ;; 706 i[3456]86-* | x86_64-* ) ;;706 i[3456]86-* | x86_64-* | arm-* ) ;; 707 707 * ) unported=yes ;; 708 708 esac 709 709 opsys=darwin -
configure
old new case "${canonical}" in 4978 4978 *-apple-darwin* ) 4979 4979 case "${canonical}" in 4980 4980 *-apple-darwin[0-9].*) unported=yes ;; 4981 i[3456]86-* | x86_64-* ) ;;4981 i[3456]86-* | x86_64-* | arm-* ) ;; 4982 4982 * ) unported=yes ;; 4983 4983 esac 4984 4984 opsys=darwin