git: 035f4ea71e6b - stable/13 - powerpc64le: don't enable COMPAT_* options in GENERIC64LE

Piotr Kubaj pkubaj at FreeBSD.org
Fri Jan 22 16:43:30 UTC 2021


The branch stable/13 has been updated by pkubaj (ports committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=035f4ea71e6bef713c06e1fece48518f9a47441c

commit 035f4ea71e6bef713c06e1fece48518f9a47441c
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:43:13 +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 93afcbfe1ef5..fd87f22df334 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-all mailing list