mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-22 19:44:10 +02:00
Use $(GCC_CFLAGS) for `-Werror' et al. so that it's not used to compile
Gnulib code.
This commit is contained in:
parent
4b7513463d
commit
bfb2e11358
8 changed files with 30 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-08-25 Ludovic Courtès <ludo@gnu.org>
|
||||
|
||||
* standalone/Makefile.am (test_cflags): Add `$(GCC_CFLAGS)'.
|
||||
|
||||
2008-08-19 Ludovic Courtès <ludo@gnu.org>
|
||||
|
||||
* tests/goops.test (object update)[changing class, `hell' in
|
||||
|
|
|
@ -34,7 +34,7 @@ test_cflags = \
|
|||
-I$(top_srcdir)/test-suite/standalone \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/lib -I$(top_builddir)/lib \
|
||||
$(EXTRA_DEFS) $(GUILE_CFLAGS)
|
||||
$(EXTRA_DEFS) $(GUILE_CFLAGS) $(GCC_CFLAGS)
|
||||
|
||||
AM_LDFLAGS = $(GUILE_CFLAGS)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue