blob: 7fde577e0553f3c41a6cd86eb9e7ab5b6bbe9659 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# This file is part of MXE.
# See index.html for further information.
diff --git a/configure b/configure
--- a/configure
+++ b/configure
@@ -465,9 +465,6 @@ process_detect() {
}
fi
check_header stdio.h || die "Unable to invoke compiler: ${CC} ${CFLAGS}"
- check_ld <<EOF || die "Toolchain is unable to link executables"
-int main(void) {return 0;}
-EOF
# check system headers
check_header stdint.h
check_header pthread.h
|