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
|
@ -13425,8 +13425,6 @@ $as_echo "#define _LDBL_EQ_DBL 1" >>confdefs.h
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
ac_config_files="$ac_config_files Makefile"
|
ac_config_files="$ac_config_files Makefile"
|
||||||
|
|
||||||
cat >confcache <<\_ACEOF
|
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.])
|
AC_DEFINE(_LDBL_EQ_DBL, 1, [Define if the platform long double type is equal to double.])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_SUBST(CFLAGS)
|
|
||||||
|
|
||||||
AC_CONFIG_FILES([Makefile])
|
AC_CONFIG_FILES([Makefile])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
Loading…
Reference in New Issue