This is an automated email from the ASF dual-hosted git repository.
jimjag pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new ca2ed8eefe vcl: fix CPUNAME token for Win64 entrypoint (X86-64 ->
X86_64)
ca2ed8eefe is described below
commit ca2ed8eefec7baf47e45e3832406f2155e3c9b43
Author: Jim Jagielski <[email protected]>
AuthorDate: Thu Aug 6 08:44:17 2026 -0400
vcl: fix CPUNAME token for Win64 entrypoint (X86-64 -> X86_64)
---
main/vcl/Library_vcl.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main/vcl/Library_vcl.mk b/main/vcl/Library_vcl.mk
index 186fa9aa1d..991e00bf50 100644
--- a/main/vcl/Library_vcl.mk
+++ b/main/vcl/Library_vcl.mk
@@ -519,7 +519,7 @@ $(eval $(call gb_Library_add_ldflags,vcl,\
/ENTRY:LibMain@12 \
))
endif
-ifeq ($(CPUNAME),X86-64)
+ifeq ($(CPUNAME),X86_64)
$(eval $(call gb_Library_add_ldflags,vcl,\
/ENTRY:LibMain@16 \
))