projects
/
openjdk-17.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5549457
)
zero-x32
author
OpenJDK Team
<openjdk-17@packages.debian.org>
Thu, 26 Jan 2023 10:36:16 +0000
(10:36 +0000)
committer
Matthias Klose
<doko@ubuntu.com>
Thu, 26 Jan 2023 10:36:16 +0000
(10:36 +0000)
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 9e9e9454f0e092a1ecf6ab309c87f882f61dbe51..c82b2467560f90ee9847a2d6aa61f6d65a79e47d 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