Skip to content

Commit 39bf777

Browse files
committed
Auto merge of #109751 - bzEq:aix-gmake, r=Mark-Simulacrum
AIX uses gmake for GNU style Makefile AIX's `make` is SystemV style, should use `gmake` for GNU style Makefile.
2 parents 1c39afb + ccc563a commit 39bf777

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/compiletest/src/runtest.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2999,6 +2999,7 @@ impl<'test> TestCx<'test> {
29992999
|| host.contains("freebsd")
30003000
|| host.contains("netbsd")
30013001
|| host.contains("openbsd")
3002+
|| host.contains("aix")
30023003
{
30033004
"gmake"
30043005
} else {

0 commit comments

Comments
 (0)