summaryrefslogtreecommitdiff
path: root/patches/gcc/4.4.4/180-libgomp-no-werror.patch
blob: 0afbf5598c470d2e29f9dcbb6be6676fb512f387 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -durN gcc-4.4.4.orig/libgomp/configure gcc-4.4.4/libgomp/configure
--- gcc-4.4.4.orig/libgomp/configure	2010-04-29 10:26:54.000000000 +0200
+++ gcc-4.4.4/libgomp/configure	2010-05-16 19:12:19.000000000 +0200
@@ -3334,7 +3334,7 @@
 
 # Add -Wall -Werror if we are using GCC.
 if test "x$GCC" = "xyes"; then
-  XCFLAGS="$XCFLAGS -Wall -Werror"
+  XCFLAGS="$XCFLAGS -Wall"
 fi
 
 # Find other programs we need.