git: c0a9a0cb1f37 - main - powerpc64le: don't enable COMPAT_* options in GENERIC64LE
Piotr Kubaj
pkubaj at FreeBSD.org
Fri Jan 22 16:41:45 UTC 2021
The branch main has been updated by pkubaj (ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=c0a9a0cb1f3745dc6537861d8bdc43750e686794
commit c0a9a0cb1f3745dc6537861d8bdc43750e686794
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-01-22 16:39:15 +0000
Commit: Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-01-22 16:39:15 +0000
powerpc64le: don't enable COMPAT_* options in GENERIC64LE
Support for powerpc64le appeared in 13, so there's no point to enable COMPAT_* for older releases.
Also disable COMPAT_FREEBSD32, since there's no powerpcle. Since that may change in the future, leave the option commented out.
Approved by: bdragon, jhibbits (on IRC)
---
sys/powerpc/conf/GENERIC64LE | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/sys/powerpc/conf/GENERIC64LE b/sys/powerpc/conf/GENERIC64LE
index bafa8df52f4e..06bdb4c43124 100644
--- a/sys/powerpc/conf/GENERIC64LE
+++ b/sys/powerpc/conf/GENERIC64LE
@@ -65,14 +65,7 @@ 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_FREEBSD5 #Compatible with FreeBSD5
-options COMPAT_FREEBSD6 #Compatible with FreeBSD6
-options COMPAT_FREEBSD7 #Compatible with FreeBSD7
-options COMPAT_FREEBSD9 # Compatible with FreeBSD9
-options COMPAT_FREEBSD10 # Compatible with FreeBSD10
-options COMPAT_FREEBSD11 # Compatible with FreeBSD11
-options COMPAT_FREEBSD12 # Compatible with FreeBSD12
+#options COMPAT_FREEBSD32 #Compatible with FreeBSD/powerpc binaries
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
options KTRACE #ktrace(1) syscall trace support
options STACK #stack(9) support
More information about the dev-commits-src-main
mailing list