On Jun 18 12:11, Radek Barton via Cygwin-patches wrote: > Hello > > Sending the second version with Signed-off-by header. > > Radek > > --- > >From 96f305fb51e02ac4430640457b4c3e2f0c0dee10 Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Radek=20Barto=C5=88?= <[email protected]> > Date: Thu, 5 Jun 2025 11:44:23 +0200 > Subject: [PATCH v2] Cygwin: configure: allow configuring winsup for > AArch64 > MIME-Version: 1.0 > Content-Type: text/plain; charset=UTF-8 > Content-Transfer-Encoding: 8bit > > Signed-off-by: Radek BartoĊ <[email protected]> > --- > winsup/configure.ac | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/winsup/configure.ac b/winsup/configure.ac > index 9b9b59dbc..18adf3d97 100644 > --- a/winsup/configure.ac > +++ b/winsup/configure.ac > @@ -69,12 +69,14 @@ DLL_ENTRY="dll_entry" > > case "$target_cpu" in > x86_64) ;; > + aarch64) ;; > *) AC_MSG_ERROR([Invalid target processor "$target_cpu"]) > ;; > esac > > AC_SUBST(DLL_ENTRY) > > AM_CONDITIONAL(TARGET_X86_64, [test $target_cpu = "x86_64"]) > +AM_CONDITIONAL(TARGET_AARCH64, [test $target_cpu = "aarch64"]) > > AC_ARG_ENABLE(doc, > [AS_HELP_STRING([--disable-doc], [do not build documentation])],, > -- > 2.49.0.vfs.0.4
Pushed. Thanks, Corinna
