Date: Tue, 9 Feb 2021 01:55:52 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org Subject: git: 45c95531c0a2 - releng/13.0 - powerpc64le: readd COMPAT_FREEBSD11 and COMPAT_FREEBSD12 Message-ID: <202102090155.1191tqCK091857@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch releng/13.0 has been updated by pkubaj (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=45c95531c0a2b48a79137555a9cda12137045391 commit 45c95531c0a2b48a79137555a9cda12137045391 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-02-06 02:21:55 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-02-09 01:54:56 +0000 powerpc64le: readd COMPAT_FREEBSD11 and COMPAT_FREEBSD12 lang/rust needs COMPAT_FREEBSD11 to build, even though powerpc64le itself is supported only since 13.0. I also corrected a comment, because if we ever have lib32 for powerpc64le, it will be for powerpcle. Reviewed by: bdragon (on IRC) Approved by: gjb (re) (cherry picked from commit 8b804ee616b4c8810015b69e37e31ef0c4161511) --- sys/powerpc/conf/GENERIC64LE | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/powerpc/conf/GENERIC64LE b/sys/powerpc/conf/GENERIC64LE index fd87f22df334..d3b00a63c31f 100644 --- a/sys/powerpc/conf/GENERIC64LE +++ b/sys/powerpc/conf/GENERIC64LE @@ -65,7 +65,9 @@ options TMPFS #Efficient memory filesystem options GEOM_PART_APM #Apple Partition Maps. options GEOM_PART_GPT #GUID Partition Tables. options GEOM_LABEL #Provides labelization -#options COMPAT_FREEBSD32 #Compatible with FreeBSD/powerpc binaries +#options COMPAT_FREEBSD32 #Compatible with FreeBSD/powerpcle binaries +options COMPAT_FREEBSD11 # Compatible with FreeBSD11 +options COMPAT_FREEBSD12 # Compatible with FreeBSD12 options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI options KTRACE #ktrace(1) syscall trace support options STACK #stack(9) support
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102090155.1191tqCK091857>