Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F139482315
D6783.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
509 B
Referenced Files
None
Subscribers
None
D6783.diff
View Options
Index: head/sys/boot/efi/libefi/Makefile
===================================================================
--- head/sys/boot/efi/libefi/Makefile
+++ head/sys/boot/efi/libefi/Makefile
@@ -35,6 +35,10 @@
# Handle FreeBSD specific %b and %D printf format specifiers
CFLAGS+= ${FORMAT_EXTENSIONS}
+
+# Do not use TERM_EMU on arm and arm64 as it doesn't behave well with serial console
+.if ${MACHINE_CPUARCH} != "arm" && ${MACHINE_CPUARCH} != "aarch64"
CFLAGS+= -DTERM_EMU
+.endif
.include <bsd.lib.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 13, 2:47 PM (2 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26933668
Default Alt Text
D6783.diff (509 B)
Attached To
Mode
D6783: libefi don't use TERM_EMU on arm
Attached
Detach File
Event Timeline
Log In to Comment