Page MenuHomeFreeBSD

D27257.diff
No OneTemporary

D27257.diff

Index: head/Makefile.inc1
===================================================================
--- head/Makefile.inc1
+++ head/Makefile.inc1
@@ -1591,6 +1591,10 @@
.endif
.if ${TARGET_ARCH} == "powerpc64"
KERNCONF?= GENERIC64
+.elif ${TARGET_ARCH} == "powerpc64le"
+KERNCONF?= GENERIC64LE
+.elif ${TARGET_ARCH} == "powerpcspe"
+KERNCONF?= MPC85XXSPE
.else
KERNCONF?= GENERIC
.endif

File Metadata

Mime Type
text/plain
Expires
Sat, Feb 15, 9:49 PM (12 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16665364
Default Alt Text
D27257.diff (387 B)

Event Timeline