1
0
mirror of https://git.code.sf.net/p/mingw-w64/mingw-w64 synced 2025-04-18 17:44:18 +03:00

Regenerate Makefile.in and configure

This commit is contained in:
Jacek Caban 2025-04-07 15:53:22 +02:00
parent 4d83e142b6
commit 9b31a5346c
2 changed files with 23 additions and 3 deletions

View File

@ -12675,7 +12675,8 @@ CPPFLAGS64 = -m64 -masm=att
AM_DLLTOOLFLAGS = -k --as=$(AS) --output-lib $@ $(am__append_1) \
$(am__append_2)
DLLTOOLFLAGSARM32 = -m arm
DLLTOOLFLAGSARM64 = -m arm64
@ARM64EC_FALSE@DLLTOOLFLAGSARM64 = -m arm64
@ARM64EC_TRUE@DLLTOOLFLAGSARM64 = -m arm64ec
DLLTOOLFLAGS32 = --as-flags=--32 -m i386
DLLTOOLFLAGS64 = --as-flags=--64 -m i386:x86-64
DTDEFARM32 = $(DLLTOOL) $(DLLTOOLFLAGSARM32) $(AM_DLLTOOLFLAGS) --input-def

View File

@ -667,6 +667,8 @@ DELAY_IMPORT_LIBS_FALSE
DELAY_IMPORT_LIBS_TRUE
PRIVATE_EXPORTS_FALSE
PRIVATE_EXPORTS_TRUE
ARM64EC_FALSE
ARM64EC_TRUE
LIBARM32SUFFIXDIR
LIBARM64SUFFIXDIR
LIBX8632SUFFIXDIR
@ -6563,7 +6565,7 @@ then :
enableval=$enable_libarm64;
else case e in #(
e) case $host_cpu in #(
aarch64*) :
aarch64* | arm64*) :
enable_libarm64=yes ;; #(
*) :
enable_libarm64=no ;; #(
@ -6616,7 +6618,7 @@ case $host_cpu in #(
libx8632suffx=lib
libarm64suffx=libarm64
libarm32suffx=libarm32 ;; #(
aarch64*) :
aarch64* | arm64*) :
libx8664suffx=libx8664
libx8632suffx=libx8632
@ -6656,6 +6658,15 @@ LIBARM64SUFFIXDIR=$libarm64suffx
LIBARM32SUFFIXDIR=$libarm32suffx
if test $host_cpu = arm64ec; then
ARM64EC_TRUE=
ARM64EC_FALSE='#'
else
ARM64EC_TRUE='#'
ARM64EC_FALSE=
fi
# Checks for features.
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to enable globbing" >&5
@ -6969,6 +6980,10 @@ printf %s "checking whether the linker provides __ImageBase symbol... " >&6; }
cat <<_ACEOF >conftest.$ac_ext
extern unsigned char __ImageBase[];
// Define a dummy call helper to satisfy the linker on ARM64EC
void *__os_arm64x_dispatch_ret = 0;
void __main(void) {
}
int main(void) {
@ -7269,6 +7284,10 @@ if test -z "${LIBARM64_TRUE}" && test -z "${LIBARM64_FALSE}"; then
as_fn_error $? "conditional \"LIBARM64\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
if test -z "${ARM64EC_TRUE}" && test -z "${ARM64EC_FALSE}"; then
as_fn_error $? "conditional \"ARM64EC\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
if test -z "${PRIVATE_EXPORTS_TRUE}" && test -z "${PRIVATE_EXPORTS_FALSE}"; then
as_fn_error $? "conditional \"PRIVATE_EXPORTS\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5