From 8cc56a1515816c9cef84694e63eaed63a0474090 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 29 May 2012 20:44:18 +0100 Subject: [PATCH 2/5] configure: Allow user defined C compiler flags. --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.ac b/configure.ac index f5d8a2687..ad5b701bd 100644 --- a/configure.ac +++ b/configure.ac @@ -553,6 +553,10 @@ AS_CASE([$host], internal_cflags="$gcc_warnings"], [common_cflags="-O"])]) +# Allow CFLAGS and LDFLAGS to be added. +common_cflags="$common_cflags $CFLAGS" +oc_ldflags="$oc_ldflags $LDFLAGS" + internal_cppflags="-DCAML_NAME_SPACE $internal_cppflags" # Enable SSE2 on x86 mingw to avoid using 80-bit registers. -- 2.22.0.rc3