From 2c0da94705499301f48679eca29cab09c0e69734 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Thu, 14 Jun 2007 19:10:54 +0000 Subject: 2007-06-14 Thomas Schwinge * Makeconf (CFLAGS): Allow for appending target-specific flags. --- ChangeLog | 4 ++++ Makeconf | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 97d1612f..84ebeda8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-06-14 Thomas Schwinge + + * Makeconf (CFLAGS): Allow for appending target-specific flags. + 2007-04-07 Thomas Schwinge * INSTALL-cross: Link to the `cross-gnu' script. diff --git a/Makeconf b/Makeconf index cc3d48ab..ae8f3779 100644 --- a/Makeconf +++ b/Makeconf @@ -65,7 +65,8 @@ INCLUDES += -I$(..)include -I$(top_srcdir)/include CPPFLAGS += $(INCLUDES) \ -D_GNU_SOURCE -D_IO_MTSAFE_IO -D_FILE_OFFSET_BITS=64 \ $($*-CPPFLAGS) -CFLAGS += -std=gnu99 -Wall -g -O3 +CFLAGS += -std=gnu99 -Wall -g -O3 \ + $($*-CFLAGS) # Include the configure-generated file of parameters. # This sets up variables for build tools and installation directories. -- cgit v1.2.3