diff options
author | Christopher Faylor <me@cgf.cx> | 2000-05-06 03:33:10 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-05-06 03:33:10 +0000 |
commit | 2a1064aad67e918eb5fe68e4fe8cb137e4607f2a (patch) | |
tree | e662103d7fc9bbc759f020f608af12099f7c7de5 /winsup/cygwin/configure | |
parent | b5c5e30da7734512ac90e3d0acbff624e6fdc562 (diff) | |
download | newlib-2a1064aad67e918eb5fe68e4fe8cb137e4607f2a.zip newlib-2a1064aad67e918eb5fe68e4fe8cb137e4607f2a.tar.gz newlib-2a1064aad67e918eb5fe68e4fe8cb137e4607f2a.tar.bz2 |
* errno.cc (errmap): Correct DIRECTORY mapping to ENOTDIR.
Diffstat (limited to 'winsup/cygwin/configure')
-rwxr-xr-x | winsup/cygwin/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/configure b/winsup/cygwin/configure index 70603ab..56b2e9a 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 |