Page MenuHomeFreeBSD

D26430.id77031.diff
No OneTemporary

D26430.id77031.diff

Index: share/man/man5/src.conf.5
===================================================================
--- share/man/man5/src.conf.5
+++ share/man/man5/src.conf.5
@@ -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

Mime Type
text/plain
Expires
Sat, Nov 22, 2:41 AM (2 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25879943
Default Alt Text
D26430.id77031.diff (1 KB)

Event Timeline