Revision: 23772 http://sourceforge.net/p/gar/code/23772 Author: bdwalton Date: 2014-06-07 22:32:16 +0000 (Sat, 07 Jun 2014) Log Message: ----------- coreutils/trunk: disable a noisy compiler option
Modified Paths: -------------- csw/mgar/pkg/coreutils/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/coreutils/trunk/files/0006-Remove-wmudflap.-It-s-deprecated-with-gcc-4.9.patch Modified: csw/mgar/pkg/coreutils/trunk/Makefile =================================================================== --- csw/mgar/pkg/coreutils/trunk/Makefile 2014-06-05 23:36:51 UTC (rev 23771) +++ csw/mgar/pkg/coreutils/trunk/Makefile 2014-06-07 22:32:16 UTC (rev 23772) @@ -38,6 +38,7 @@ PATCHFILES += 0003-Only-define-the-out-label-if-it-will-be-used.patch PATCHFILES += 0004-Ensure-that-dst_exists-is-used-in-all-cases-to-avoid.patch PATCHFILES += 0005-src-df.c-get_dev-Initialize-variable-v-to-NULL-to-av.patch +PATCHFILES += 0006-Remove-wmudflap.-It-s-deprecated-with-gcc-4.9.patch # We define upstream file regex so we can be notifed of new upstream # software release Added: csw/mgar/pkg/coreutils/trunk/files/0006-Remove-wmudflap.-It-s-deprecated-with-gcc-4.9.patch =================================================================== --- csw/mgar/pkg/coreutils/trunk/files/0006-Remove-wmudflap.-It-s-deprecated-with-gcc-4.9.patch (rev 0) +++ csw/mgar/pkg/coreutils/trunk/files/0006-Remove-wmudflap.-It-s-deprecated-with-gcc-4.9.patch 2014-06-07 22:32:16 UTC (rev 23772) @@ -0,0 +1,27 @@ +From 66bf842924e2aedc0b0c9eff472e59baf6ada12a Mon Sep 17 00:00:00 2001 +From: Ben Walton <bwal...@opencsw.org> +Date: Sat, 7 Jun 2014 22:53:09 +0200 +Subject: [PATCH] Remove -wmudflap. It's deprecated with gcc 4.9. + +This was already removed in upstream gnulib. + +Signed-off-by: Ben Walton <bwal...@opencsw.org> +--- + configure | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/configure b/configure +index 7508b49..331246b 100755 +--- a/configure ++++ b/configure +@@ -62033,7 +62033,6 @@ $as_echo "$gl_cv_cc_uninitialized_supported" >&6; } + -Wmissing-include-dirs \ + -Wmissing-parameter-type \ + -Wmissing-prototypes \ +- -Wmudflap \ + -Wmultichar \ + -Wnarrowing \ + -Wnested-externs \ +-- +1.8.4.1 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.