5815ad5
From d4d6771059115cbb43bba5ab44eba8f30df6012e Mon Sep 17 00:00:00 2001
a071122
From: "Richard W.M. Jones" <rjones@redhat.com>
a071122
Date: Tue, 29 May 2012 20:44:18 +0100
5815ad5
Subject: [PATCH 05/10] configure: Allow user defined C compiler flags.
a071122
a071122
---
ed0c3aa
 configure | 4 ++++
963a64f
 1 file changed, 4 insertions(+)
a071122
a071122
diff --git a/configure b/configure
7335bbf
index 74d489f..251ee2c 100755
a071122
--- a/configure
a071122
+++ b/configure
7335bbf
@@ -1629,6 +1629,10 @@ case "$buggycc" in
a071122
     nativecccompopts="$nativecccompopts -fomit-frame-pointer";;
a071122
 esac
a071122
 
a071122
+# Allow user defined C Compiler flags
a071122
+bytecccompopts="$bytecccompopts $CFLAGS"
a071122
+nativecccompopts="$nativecccompopts $CFLAGS"
a071122
+
a071122
 # Finish generated files
a071122
 
a071122
 cclibs="$cclibs $mathlib"
a071122
-- 
95cf7b3
1.9.0
a071122