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)
This commit is contained in:
parent
2f8a844635
commit
8b804ee616
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user