aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/trylink2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/trylink b/scripts/trylink
index 89e36b7e9..2322fbac6 100755
--- a/scripts/trylink
+++ b/scripts/trylink
@@ -66,7 +66,7 @@ check_libc_is_glibc() {
66 #if defined(__GLIBC__) && !defined(__UCLIBC__) 66 #if defined(__GLIBC__) && !defined(__UCLIBC__)
67 syntax error here 67 syntax error here
68 #endif 68 #endif
69 " >"$tempname" 69 " >"$tempname".c
70 if $CC "$tempname".c -c -o "$tempname".o >/dev/null 2>&1; then 70 if $CC "$tempname".c -c -o "$tempname".o >/dev/null 2>&1; then
71 echo "$2"; 71 echo "$2";
72 else 72 else