Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167071798
D12421.id33236.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
493 B
Referenced Files
None
Subscribers
None
D12421.id33236.diff
View Options
Index: sys/boot/Makefile.inc
===================================================================
--- sys/boot/Makefile.inc
+++ sys/boot/Makefile.inc
@@ -22,3 +22,14 @@
# when this test succeeds rather than require dd to be a bootstrap tool.
DD_NOSTATUS!=(dd status=none count=0 2> /dev/null && echo status=none) || true
DD=dd ${DD_NOSTATUS}
+
+
+.ifdef LOADER_FORCE_LE
+.if ${LOADER_FORCE_LE} == "y"
+
+.if ${MACHINE_ARCH} == "powerpc64"
+CFLAGS+= -mlittle-endian
+.endif
+
+.endif
+.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 19, 8:40 PM (7 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36961593
Default Alt Text
D12421.id33236.diff (493 B)
Attached To
Mode
D12421: Compile loader as Little-Endian on PPC64/POWER8
Attached
Detach File
Event Timeline
Log In to Comment