This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patch] compile: rm -rf -> ftw()+rmdir()+unlink() [Re: [patch] compile: Fix MinGW build]
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: Pedro Alves <palves at redhat dot com>
- Cc: Kai Tietz <ktietz at redhat dot com>, Eli Zaretskii <eliz at gnu dot org>, sellcey at imgtec dot com, brobecker at adacore dot com, yao at codesourcery dot com, gdb-patches at sourceware dot org
- Date: Fri, 19 Dec 2014 21:54:45 +0100
- Subject: Re: [patch] compile: rm -rf -> ftw()+rmdir()+unlink() [Re: [patch] compile: Fix MinGW build]
- Authentication-results: sourceware.org; auth=none
- References: <20141217210144 dot GA26674 at host2 dot jankratochvil dot net> <83wq5oub28 dot fsf at gnu dot org> <20141218173103 dot GA18871 at host2 dot jankratochvil dot net> <83sigcua9l dot fsf at gnu dot org> <526566540 dot 670835 dot 1418933688966 dot JavaMail dot zimbra at redhat dot com> <5493678F dot 4050906 at redhat dot com> <20141219192457 dot GA28791 at host2 dot jankratochvil dot net>
On Fri, 19 Dec 2014 20:24:57 +0100, Jan Kratochvil wrote:
> This would suggest as if GDB should be compatible with 32-bit hosts and
> --enable-64-bit-bfd GDB should use gnulib fts even on Linux; but I guess the
> gnulib fts replacement would not be active on Linux.
It would be active - so that this mail should be resolved by it:
gnulib/modules/fts:
dnl Use this version of fts unconditionally, since the GNU libc and
dnl NetBSD versions have bugs and/or unnecessary limitations.
AC_LIBOBJ([fts])
Jan