mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 04:19:21 +08:00
Oops. Add ending quotes to CFLAGS value.
This commit is contained in:
parent
42fbaad1e8
commit
98a430bcbe
4
winsup/mingw/configure
vendored
4
winsup/mingw/configure
vendored
@ -757,9 +757,9 @@ 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="-g -O2"
|
||||
else
|
||||
CFLAGS="-O2
|
||||
CFLAGS="-O2"
|
||||
fi
|
||||
if test "$ac_test_CXXFLAGS" != set; then
|
||||
CXXFLAGS='$(CFLAGS)'
|
||||
|
@ -47,9 +47,9 @@ dnl normal versions of a library), tasteless as that idea is.
|
||||
if test "$ac_test_CFLAGS" = set; then
|
||||
CFLAGS="$ac_save_CFLAGS"
|
||||
elif test $ac_cv_prog_cc_g = yes; then
|
||||
CFLAGS="-g -O2
|
||||
CFLAGS="-g -O2"
|
||||
else
|
||||
CFLAGS="-O2
|
||||
CFLAGS="-O2"
|
||||
fi
|
||||
if test "$ac_test_CXXFLAGS" != set; then
|
||||
CXXFLAGS='$(CFLAGS)'
|
||||
|
Loading…
x
Reference in New Issue
Block a user