projects
/
openjdk-21.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c8dee8
)
zero-x32
author
OpenJDK Team
<openjdk-21@packages.debian.org>
Thu, 17 Jul 2025 14:12:28 +0000
(16:12 +0200)
committer
Matthias Klose
<doko@ubuntu.com>
Thu, 17 Jul 2025 14:12:28 +0000
(16:12 +0200)
Gbp-Pq: Name zero-x32.diff
make/autoconf/platform.m4
patch
|
blob
|
history
diff --git
a/make/autoconf/platform.m4
b/make/autoconf/platform.m4
index df610cc489bd352f75d3b9e0a83a8726484461bc..d620f514c6014e498bc7b85b482f9fe130139a5a 100644
(file)
--- a/
make/autoconf/platform.m4
+++ b/
make/autoconf/platform.m4
@@
-41,6
+41,10
@@
AC_DEFUN([PLATFORM_EXTRACT_VARS_FROM_CPU],
VAR_CPU_ARCH=x86
VAR_CPU_BITS=64
VAR_CPU_ENDIAN=little
+ case "$host" in *x32)
+ VAR_CPU=x32
+ VAR_CPU_BITS=32
+ esac
;;
i?86)
VAR_CPU=x86