Skip to content

Commit

Permalink
Auto merge of #109751 - bzEq:aix-gmake, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
AIX uses gmake for GNU style Makefile

AIX's `make` is SystemV style, should use `gmake` for GNU style Makefile.
  • Loading branch information
bors committed Apr 9, 2023
2 parents 1c39afb + ccc563a commit 39bf777
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/compiletest/src/runtest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2999,6 +2999,7 @@ impl<'test> TestCx<'test> {
|| host.contains("freebsd")
|| host.contains("netbsd")
|| host.contains("openbsd")
|| host.contains("aix")
{
"gmake"
} else {
Expand Down

0 comments on commit 39bf777

Please sign in to comment.