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:
authorChristopher Faylor <me@cgf.cx>2000-05-06 07:33:10 +0400
committerChristopher Faylor <me@cgf.cx>2000-05-06 07:33:10 +0400
commit2a1064aad67e918eb5fe68e4fe8cb137e4607f2a (patch)
treee662103d7fc9bbc759f020f608af12099f7c7de5 /winsup/cygwin/configure
parentb5c5e30da7734512ac90e3d0acbff624e6fdc562 (diff)
* errno.cc (errmap): Correct DIRECTORY mapping to ENOTDIR.
Diffstat (limited to 'winsup/cygwin/configure')
-rwxr-xr-xwinsup/cygwin/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/configure b/winsup/cygwin/configure
index 70603abb3..56b2e9afc 100755
--- a/winsup/cygwin/configure
+++ b/winsup/cygwin/configure
@@ -885,7 +885,7 @@ echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
if test "$ac_test_CFLAGS" = set; then
CFLAGS="$ac_save_CFLAGS"
elif test $ac_cv_prog_cc_g = yes; then
- CFLAGS="-g -O2"
+ CFLAGS="-gstabs+ -O2"
else
CFLAGS="-O2"
fi