Re: [PATCH] Don't override various Makefile variables for gnulib et al

2020-02-12 Thread Christian Biesinger via gcc-patches
Ping On Wed, Jan 29, 2020 at 8:07 AM Christian Biesinger wrote: > > Ping > > On Sat, Nov 23, 2019 at 12:30 AM Christian Biesinger > wrote: > > > > Normally the toplevel Makefile will pass various CC=foo and other > > flags down to subdir Makefiles. However, for Gnulib this is a problem > > becau

Re: [PATCH] Don't override various Makefile variables for gnulib et al

2020-01-29 Thread Christian Biesinger via gcc-patches
Ping On Sat, Nov 23, 2019 at 12:30 AM Christian Biesinger wrote: > > Normally the toplevel Makefile will pass various CC=foo and other > flags down to subdir Makefiles. However, for Gnulib this is a problem > because Gnulib's configure specifically sets CC to something that > includes a -std=gnu1

[PATCH] Don't override various Makefile variables for gnulib et al

2019-11-22 Thread Christian Biesinger via gcc-patches
Normally the toplevel Makefile will pass various CC=foo and other flags down to subdir Makefiles. However, for Gnulib this is a problem because Gnulib's configure specifically sets CC to something that includes a -std=gnu11 flag on some systems, and this override would set it back to CC=gcc, leadin