mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 04:49:25 +08:00
newlib: drop redundant CFLAGS export
This is already handled by autotools for us automatically. You can tell as the generated output is exactly the same other than deleting a few blank lines.
This commit is contained in:
parent
f159663b08
commit
4af3551136
2
newlib/configure
vendored
2
newlib/configure
vendored
@ -13425,8 +13425,6 @@ $as_echo "#define _LDBL_EQ_DBL 1" >>confdefs.h
|
||||
|
||||
fi
|
||||
|
||||
|
||||
|
||||
ac_config_files="$ac_config_files Makefile"
|
||||
|
||||
cat >confcache <<\_ACEOF
|
||||
|
@ -712,7 +712,5 @@ if test $newlib_cv_ldbl_eq_dbl = yes; then
|
||||
AC_DEFINE(_LDBL_EQ_DBL, 1, [Define if the platform long double type is equal to double.])
|
||||
fi
|
||||
|
||||
AC_SUBST(CFLAGS)
|
||||
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
AC_OUTPUT
|
||||
|
Loading…
x
Reference in New Issue
Block a user