Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config.if')
-rw-r--r--config.if4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.if b/config.if
index 625a4077e..3958928ec 100644
--- a/config.if
+++ b/config.if
@@ -82,8 +82,8 @@ EOF
exit 1
fi
else
- # Cross compiling. Assume glibc 2.1.
- libc_interface=-libc6.1-
+ # Cross compiling. Assume glibc 2.2.
+ libc_interface=-libc6.2-
fi
;;
*)