summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-06-14 19:10:54 +0000
committerThomas Schwinge <tschwinge@gnu.org>2007-06-14 19:10:54 +0000
commit2c0da94705499301f48679eca29cab09c0e69734 (patch)
tree3cc5e5727ecbbb764e5681907de9ea051e651b71 /Makeconf
parent491852dc7478016c3a90f45877cbaa2ef79bf64b (diff)
2007-06-14 Thomas Schwinge <tschwinge@gnu.org>
* Makeconf (CFLAGS): Allow for appending target-specific flags.
Diffstat (limited to 'Makeconf')
-rw-r--r--Makeconf3
1 files changed, 2 insertions, 1 deletions
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.