Skip to content

Commit ccc563a

Browse files
author
Kai Luo
committed
AIX uses gmake for GNU style Makefile
1 parent 2fb0e8d commit ccc563a

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
@@ -2996,6 +2996,7 @@ impl<'test> TestCx<'test> {
29962996
|| host.contains("freebsd")
29972997
|| host.contains("netbsd")
29982998
|| host.contains("openbsd")
2999+
|| host.contains("aix")
29993000
{
30003001
"gmake"
30013002
} else {

0 commit comments

Comments
 (0)