mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-24 15:06:42 +00:00
cf395e3876
Add 4.4.4 and forward-port patchset from 4.4.3
15 lines
486 B
Diff
15 lines
486 B
Diff
diff -durN gcc-4.4.0.orig/libgomp/configure gcc-4.4.0/libgomp/configure
|
|
|
|
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.
|