/hg/icedtea6: PR icedtea/428: Remove -pedantic from LLVM_CFLAGS.

xranby at icedtea.classpath.org xranby at icedtea.classpath.org
Fri Jan 15 06:32:33 PST 2010


changeset d9e57470d35d in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=d9e57470d35d
author: Xerxes R?nby <xerxes at zafena.se>
date: Fri Jan 15 15:36:43 2010 +0100

	PR icedtea/428: Remove -pedantic from LLVM_CFLAGS. 2010-01-15
	Xerxes R?nby <xerxes at zafena.se>

	 PR icedtea/428:
		* configure.ac (LLVM_CFLAGS): Remove -pedantic from LLVM_CFLAGS.


diffstat:

2 files changed, 6 insertions(+), 1 deletion(-)
ChangeLog    |    5 +++++
configure.ac |    2 +-

diffs (24 lines):

diff -r 1a118a8c23ff -r d9e57470d35d ChangeLog
--- a/ChangeLog	Fri Jan 15 01:26:56 2010 +0100
+++ b/ChangeLog	Fri Jan 15 15:36:43 2010 +0100
@@ -1,3 +1,8 @@ 2010-01-14  Matthias Klose  <doko at ubuntu
+2010-01-15  Xerxes RÃ¥nby  <xerxes at zafena.se>
+
+	PR icedtea/428:
+	* configure.ac (LLVM_CFLAGS): Remove -pedantic from LLVM_CFLAGS.
+
 2010-01-14  Matthias Klose  <doko at ubuntu.com>
 
 	* Makefile.am (stamps/icedtea-npplugin): New target, add file
diff -r 1a118a8c23ff -r d9e57470d35d configure.ac
--- a/configure.ac	Fri Jan 15 01:26:56 2010 +0100
+++ b/configure.ac	Fri Jan 15 15:36:43 2010 +0100
@@ -607,7 +607,7 @@ if test "x${SHARK_BUILD_TRUE}" = x || te
   llvm_components="jit engine nativecodegen"
   LLVM_CFLAGS=`$LLVM_CONFIG --cxxflags $llvm_components | \
     sed -e 's/-O.//g' | sed -e 's/-fomit-frame-pointer//g' | \
-    sed -e 's/-D_DEBUG//g'`
+    sed -e 's/-pedantic//g' | sed -e 's/-D_DEBUG//g'`
   LLVM_CFLAGS="$LLVM_CFLAGS -DSHARK_LLVM_VERSION=`$LLVM_CONFIG --version | sed 's/\.//;s/svn.*//'`"
   LLVM_LDFLAGS=`$LLVM_CONFIG --ldflags $llvm_components`
   LLVM_LIBS=`$LLVM_CONFIG --libs $llvm_components`



More information about the distro-pkg-dev mailing list