1
1
mirror of https://github.com/rui314/mold.git synced 2024-11-09 16:05:58 +03:00
This commit is contained in:
Rui Ueyama 2024-04-21 16:40:54 +09:00
parent c8ac0919a9
commit db8758060a

View File

@ -1,9 +1,9 @@
#!/bin/bash
. $(dirname $0)/common.inc
[ $MACHINE = ppc64 ] && skip
[ $MACHINE = ppc64le ] && skip
[ $MACHINE = alpha ] && skip
[[ $MACHINE = ppc64* ]] && skip
[[ $MACHINE = loongarch* ]] && skip
cat <<EOF | $CC -o $t/a.o -c -xc -fno-PIE -
#include <stdio.h>