f4d6d54
From 5c7b50033ad64f20c3cce71adb9b5c93dfa62678 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
95cf7b3
Subject: [PATCH 05/14] 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
f4d6d54
index cbaa053..e8f8cfd 100755
a071122
--- a/configure
a071122
+++ b/configure
f4d6d54
@@ -1617,6 +1617,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
-- 
f4d6d54
2.0.4
a071122