[sudo-commits] sudo changeset 13410:bf2919b63fb9

Todd C. Miller Todd.Miller at sudo.ws
Thu Aug 19 10:04:26 MDT 2021


changeset:	13410:bf2919b63fb9 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/bf2919b63fb9
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu Aug 19 09:50:05 2021 -0600

Log Message:
	Cross-build support for mksigname and mksiglist
	We must build these with the host C compiler but use the target
	preprocessor to generate the output.

diffstat:

 .gitignore                 |     2 +
 .hgignore                  |     2 +
 MANIFEST                   |     5 +-
 aclocal.m4                 |     1 +
 configure                  |  1193 +++++++++++++++++++++++++++++++++++++++++++-
 configure.ac               |     1 +
 lib/util/Makefile.in       |    28 +-
 lib/util/mksiglist.c       |    15 +-
 lib/util/mksiglist.h       |   174 ------
 lib/util/mksigname.c       |    13 +-
 lib/util/mksigname.h       |   174 ------
 lib/util/sys_siglist.h     |   182 ++++++
 lib/util/sys_signame.h     |   182 ++++++
 m4/ax_prog_cc_for_build.m4 |   155 +++++
 14 files changed, 1739 insertions(+), 388 deletions(-)



More information about the sudo-commits mailing list