File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -1502,6 +1502,14 @@ FreeBSD)
1502
1502
;;
1503
1503
esac
1504
1504
1505
+ # Detect arches where a few things don't work
1506
+ uname_m=$( uname -m)
1507
+ case $uname_m in
1508
+ parisc* | hppa* )
1509
+ test_set_prereq HPPA
1510
+ ;;
1511
+ esac
1512
+
1505
1513
( COLUMNS=1 && test $COLUMNS = 1 ) && test_set_prereq COLUMNS_CAN_BE_1
1506
1514
test -z " $NO_PERL " && test_set_prereq PERL
1507
1515
test -z " $NO_PTHREADS " && test_set_prereq PTHREADS
@@ -1641,7 +1649,7 @@ run_with_limited_cmdline () {
1641
1649
}
1642
1650
1643
1651
test_lazy_prereq CMDLINE_LIMIT '
1644
- test_have_prereq !MINGW,!CYGWIN &&
1652
+ test_have_prereq !HPPA,! MINGW,!CYGWIN &&
1645
1653
run_with_limited_cmdline true
1646
1654
'
1647
1655
@@ -1650,7 +1658,7 @@ run_with_limited_stack () {
1650
1658
}
1651
1659
1652
1660
test_lazy_prereq ULIMIT_STACK_SIZE '
1653
- test_have_prereq !MINGW,!CYGWIN &&
1661
+ test_have_prereq !HPPA,! MINGW,!CYGWIN &&
1654
1662
run_with_limited_stack true
1655
1663
'
1656
1664
You can’t perform that action at this time.
0 commit comments