Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102536782
D26430.id77033.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D26430.id77033.diff
View Options
Index: share/man/man5/src.conf.5
===================================================================
--- share/man/man5/src.conf.5
+++ share/man/man5/src.conf.5
@@ -1,6 +1,6 @@
.\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
.\" $FreeBSD$
-.Dd September 11, 2020
+.Dd September 14, 2020
.Dt SRC.CONF 5
.Os
.Sh NAME
@@ -983,9 +983,6 @@
.It Va WITH_LOADER_FIREWIRE
Enable firewire support in /boot/loader on x86. This option is a nop
on all other platforms.
-.It Va WITH_LOADER_FORCE_LE
-Set to force the powerpc boot loader to launch the kernel in little
-endian mode.
.It Va WITHOUT_LOADER_GELI
Disable inclusion of GELI crypto support in the boot chain binaries.
.Pp
Index: share/mk/src.opts.mk
===================================================================
--- share/mk/src.opts.mk
+++ share/mk/src.opts.mk
@@ -211,7 +211,6 @@
HESIOD \
LIBSOFT \
LOADER_FIREWIRE \
- LOADER_FORCE_LE \
LOADER_VERBOSE \
LOADER_VERIEXEC_PASS_MANIFEST \
MALLOC_PRODUCTION \
Index: stand/defs.mk
===================================================================
--- stand/defs.mk
+++ stand/defs.mk
@@ -175,12 +175,6 @@
CFLAGS+= -G0 -fno-pic -mno-abicalls
.endif
-.if ${MK_LOADER_FORCE_LE} != "no"
-.if ${MACHINE_ARCH} == "powerpc64"
-CFLAGS+= -mlittle-endian
-.endif
-.endif
-
#
# Have a sensible default
#
Index: tools/build/options/WITH_LOADER_FORCE_LE
===================================================================
--- tools/build/options/WITH_LOADER_FORCE_LE
+++ tools/build/options/WITH_LOADER_FORCE_LE
@@ -1,3 +0,0 @@
-.\" $FreeBSD$
-Set to force the powerpc boot loader to launch the kernel in little
-endian mode.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 14, 6:15 PM (6 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14631899
Default Alt Text
D26430.id77033.diff (1 KB)
Attached To
Mode
D26430: [PowerPC] Remove obsolete MK_LOADER_FORCE_LE
Attached
Detach File
Event Timeline
Log In to Comment