This is the mail archive of the gdb-patches@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]

Re: [PATCH 4/4] compile: Add 'set compile-gcc'


On Fri, 24 Apr 2015 08:16:28 +0200, Eli Zaretskii wrote:
> > I do not think it would work on MS-Windows host as gcc/libcc1/ uses:
> > 	# If any of these functions are missing, simply don't bother building
> > 	# this plugin.
> > 	GCC_ENABLE_PLUGINS
> > 	AC_CHECK_FUNC(socketpair, , enable_plugin=no)
> > 	AC_CHECK_FUNC(select, , enable_plugin=no)
> > 	AC_CHECK_FUNC(fork, , enable_plugin=no)
> > 	AM_CONDITIONAL(ENABLE_PLUGIN, test $enable_plugin = yes)
> 
> You underestimate the hacker power ;-)  Trust me, soon enough this
> will work on Windows, and these conditions will then change.  So I
> still think we should qualify the above logic by saying that it is
> specific to Posix systems.

Yes, I have changed the text so in the updated patch.


Jan


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