mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-10-17 02:11:18 +02:00
17 lines
372 B
Diff
17 lines
372 B
Diff
libgomp does not respect --disable-werror
|
|
|
|
https://bugs.gentoo.org/229059
|
|
http://gcc.gnu.org/PR38436
|
|
|
|
--- a/libgomp/configure
|
|
+++ b/libgomp/configure
|
|
@@ -4284,7 +4284,7 @@ save_CFLAGS="$CFLAGS"
|
|
|
|
# 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.
|