Skip to content

Commit 5a7b4e7

Browse files
committed
MFD_HUGETLB does not appear to be available on x86_64-android
1 parent 45adbf8 commit 5a7b4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc-test/build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ fn main() {
658658
// MFD_HUGETLB is not available in some older libc versions on the CI builders. On the
659659
// x86_64 and i686 builders it seems to be available for all targets, so at least test
660660
// it there.
661-
"MFD_HUGETLB" if !(x86_64 || i686) || musl => true,
661+
"MFD_HUGETLB" if !(x86_64 || i686) || musl || (x86_64 && android)=> true,
662662

663663
"DT_FIFO" | "DT_CHR" | "DT_DIR" | "DT_BLK" | "DT_REG"
664664
| "DT_LNK" | "DT_SOCK"

0 commit comments

Comments
 (0)