This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/15414] Build fails with mingw32-w64 GCC-4.8.0


http://sourceware.org/bugzilla/show_bug.cgi?id=15414

--- Comment #5 from Freddie Chopin <freddie_chopin at op dot pl> 2013-04-29 18:15:57 UTC ---
(In reply to comment #3)
> Could you give that a try?
> You should be able to apply this patch directly to configure if you
> can't re-run autoconf.

I've added that change only to gdb/configure and that was enough for the build
to complete!

But for a complete patch it's probably necessary to change that in other places
that have exactly the same fragment, plus there are also a few places like
this:

bfd/configure-case "${host}" in
bfd/configure-  *-*-mingw32*)
bfd/configure-    if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
bfd/configure:      GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
bfd/configure-    fi
bfd/configure-    ;;
bfd/configure-  *) ;;

Thank you for your help! (;

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]