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:
7fdcaf7
)
zero-x32
author
OpenJDK Team
<openjdk-17@packages.debian.org>
Fri, 11 Nov 2022 07:39:25 +0000
(07:39 +0000)
committer
Peter Michael Green
<plugwash@raspbian.org>
Fri, 11 Nov 2022 07:39:25 +0000
(07:39 +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 205d64f566d93a9a9c9d0b9191372e3aabb05143..1e06039d93f86ee299df0009004a1da6a9681577 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