public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] newlib: drop redundant CFLAGS export
@ 2022-01-21  4:58 Mike Frysinger
  2022-01-21 11:26 ` Corinna Vinschen
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2022-01-21  4:58 UTC (permalink / raw)
  To: newlib

This is already handled by autotools for us automatically.
---
 newlib/configure    | 2 --
 newlib/configure.ac | 2 --
 2 files changed, 4 deletions(-)

diff --git a/newlib/configure b/newlib/configure
index 7025797c01a0..737975974c28 100755
--- a/newlib/configure
+++ b/newlib/configure
@@ -13417,8 +13417,6 @@ $as_echo "#define _LDBL_EQ_DBL 1" >>confdefs.h
 
 fi
 
-
-
 ac_config_files="$ac_config_files Makefile"
 
 cat >confcache <<\_ACEOF
diff --git a/newlib/configure.ac b/newlib/configure.ac
index 31e4586cd674..59c950df23fe 100644
--- a/newlib/configure.ac
+++ b/newlib/configure.ac
@@ -739,7 +739,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
-- 
2.34.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] newlib: drop redundant CFLAGS export
  2022-01-21  4:58 [PATCH] newlib: drop redundant CFLAGS export Mike Frysinger
@ 2022-01-21 11:26 ` Corinna Vinschen
  0 siblings, 0 replies; 2+ messages in thread
From: Corinna Vinschen @ 2022-01-21 11:26 UTC (permalink / raw)
  To: newlib

On Jan 20 23:58, Mike Frysinger wrote:
> This is already handled by autotools for us automatically.
> ---
>  newlib/configure    | 2 --
>  newlib/configure.ac | 2 --
>  2 files changed, 4 deletions(-)
> 
> diff --git a/newlib/configure b/newlib/configure
> index 7025797c01a0..737975974c28 100755
> --- a/newlib/configure
> +++ b/newlib/configure
> @@ -13417,8 +13417,6 @@ $as_echo "#define _LDBL_EQ_DBL 1" >>confdefs.h
>  
>  fi
>  
> -
> -
>  ac_config_files="$ac_config_files Makefile"
>  
>  cat >confcache <<\_ACEOF
> diff --git a/newlib/configure.ac b/newlib/configure.ac
> index 31e4586cd674..59c950df23fe 100644
> --- a/newlib/configure.ac
> +++ b/newlib/configure.ac
> @@ -739,7 +739,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
> -- 
> 2.34.1

Please push.

Thanks,
Corinna


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-21 11:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-21  4:58 [PATCH] newlib: drop redundant CFLAGS export Mike Frysinger
2022-01-21 11:26 ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).