aboutsummaryrefslogtreecommitdiff
path: root/Makefile.libcompat
diff options
context:
space:
mode:
authorMike Karels <karels@FreeBSD.org>2023-07-25 23:59:52 +0000
committerMike Karels <karels@FreeBSD.org>2023-07-25 23:59:52 +0000
commita1b67573130114257fdd443c4ec9b54fbe2e5843 (patch)
treea64da99d0270831d3de2af70b9d194552330b454 /Makefile.libcompat
parentd5d97bed4ab6bb63e97c8ff67b5b94ae37cd24fc (diff)
downloadsrc-a1b67573130114257fdd443c4ec9b54fbe2e5843.tar.gz
src-a1b67573130114257fdd443c4ec9b54fbe2e5843.zip
arm64 lib32: enable building of lib32 on arm64
Enable LIB32 option on aarch64, defaulting to YES; it had defaulted to "broken". Add required variables for how to compile lib32 on arm. Use /usr/include/arm for armv7 (32-bit) headers, analogous to /usr/include/i386 on amd64. Omit libomp from lib32; it is not supported on armv7. Reviewed by: jrtc27 Differential Revision: https://reviews.freebsd.org/D40945
Diffstat (limited to 'Makefile.libcompat')
-rw-r--r--Makefile.libcompat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.libcompat b/Makefile.libcompat
index b21e27105e99..f9fe28e1082b 100644
--- a/Makefile.libcompat
+++ b/Makefile.libcompat
@@ -4,7 +4,7 @@
__<${_this:T}>__:
# Makefile for the compatibility libraries.
-# - 32-bit compat libraries on PowerPC, and AMD64.
+# - 32-bit compat libraries on some 64-bit architectures
.if defined(_LIBCOMPATS)