This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: Bultins functions execl... for mingw


On Wed, Jan 30, 2008 at 02:29:15PM +0100, Richard Guenther wrote:
> c) Supressing this builtin on mingw64
> 
> ... should be the correct thing.

You could just call disable_builtin_function ("execl") and similarly
for other exec* family functions from i386/mingw-c.c

	Jakub


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