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:
2fd38ad
)
zero-x32
author
OpenJDK Team
<openjdk-17@packages.debian.org>
Thu, 24 Aug 2023 06:29:32 +0000
(07:29 +0100)
committer
Matthias Klose
<doko@ubuntu.com>
Thu, 24 Aug 2023 06:29:32 +0000
(07:29 +0100)
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 5752d3bd1a6adbfb1aaeeeb0f7944a805bcfc27c..b419d4324db5a8b2b181d4dca93ed1c88475334b 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