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

Re: SETPGRP and autoconf


> +dnl AC_FUNC_SETPGRP does not work if cross compiling
> +dnl Instead, assume we will have a prototype for setpgrp if cross compiling.
> +if test "$cross_compiling" = no; then


Suggest:
AC_FUNC_SETPGRP does not work when cross compiling GDB.

BTW, I suspect the outcome of the test on modern OS's doesn't matter - 
the better defined setpgid() is used first anyway.

As for approval, anyone can update configure.in, just be careful to get 
feedback from any potentially interested parties.

	Andreww


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