summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Bergren <bdragon@FreeBSD.org>2020-09-15 04:22:28 +0000
committerBrandon Bergren <bdragon@FreeBSD.org>2020-09-15 04:22:28 +0000
commit1d2a0dce332134ed6f5af0e2048dc904c62900d9 (patch)
tree882375b8e95bdec95215c677c98d09c0086bb6ce
parent0c97af56a7bc4fe78d1019c4b8b87d4aec0ecd7d (diff)
Notes
-rw-r--r--share/man/man5/src.conf.55
-rw-r--r--share/mk/src.opts.mk1
-rw-r--r--stand/defs.mk6
-rw-r--r--tools/build/options/WITH_LOADER_FORCE_LE3
4 files changed, 1 insertions, 14 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index 4ef7e96e7cf9b..52f44278af4be 100644
--- a/share/man/man5/src.conf.5
+++ b/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 @@ with support for verification based on certificates obtained from UEFI.
.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
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
index 4e3844b14a80c..b0efef7d4564b 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -211,7 +211,6 @@ __DEFAULT_NO_OPTIONS = \
HESIOD \
LIBSOFT \
LOADER_FIREWIRE \
- LOADER_FORCE_LE \
LOADER_VERBOSE \
LOADER_VERIEXEC_PASS_MANIFEST \
MALLOC_PRODUCTION \
diff --git a/stand/defs.mk b/stand/defs.mk
index 564c7738f5514..06f582d568f6a 100644
--- a/stand/defs.mk
+++ b/stand/defs.mk
@@ -175,12 +175,6 @@ DD=dd ${DD_NOSTATUS}
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
#
diff --git a/tools/build/options/WITH_LOADER_FORCE_LE b/tools/build/options/WITH_LOADER_FORCE_LE
deleted file mode 100644
index ff8bb19ba9ad4..0000000000000
--- a/tools/build/options/WITH_LOADER_FORCE_LE
+++ /dev/null
@@ -1,3 +0,0 @@
-.\" $FreeBSD$
-Set to force the powerpc boot loader to launch the kernel in little
-endian mode.