Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109396769
D32853.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
969 B
Referenced Files
None
Subscribers
None
D32853.diff
View Options
diff --git a/Makefile.inc1 b/Makefile.inc1
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1188,6 +1188,10 @@
buildworld_prologue: .PHONY
@echo "--------------------------------------------------------------"
@echo ">>> World build started on `LC_ALL=C date`"
+.if ${TARGET:Mmips}
+ @echo "--------------------------------------------------------------"
+ @echo "WARNING: MIPS architecture is gone in FreeBSD 14.0"
+.endif
@echo "--------------------------------------------------------------"
buildworld_epilogue: .PHONY
@@ -1197,6 +1201,10 @@
@seconds=$$(($$(date '+%s') - ${_BUILDWORLD_START})); \
echo -n ">>> World built in $$seconds seconds, "; \
echo "ncpu: $$(${_ncpu_cmd})${.MAKE.JOBS:S/^/, make -j/}"
+.if ${TARGET:Mmips}
+ @echo "--------------------------------------------------------------"
+ @echo "WARNING: MIPS architecture is gone in FreeBSD 14.0"
+.endif
@echo "--------------------------------------------------------------"
#
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 5, 12:58 PM (7 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16474683
Default Alt Text
D32853.diff (969 B)
Attached To
Mode
D32853: Add warning that MIPS is being removed in FreeBSD 14.0
Attached
Detach File
Event Timeline
Log In to Comment