Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162781191
D58156.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
887 B
Referenced Files
None
Subscribers
None
D58156.diff
View Options
diff --git a/tools/build/mk/Makefile.boot b/tools/build/mk/Makefile.boot
--- a/tools/build/mk/Makefile.boot
+++ b/tools/build/mk/Makefile.boot
@@ -9,7 +9,6 @@
# $PATH before a nm that supports the host architecture.
# To ensure that host binary compile as expected we use the tools from /usr/bin.
AR:= /usr/bin/ar
-RANLIB:= /usr/bin/ranlib
NM:= /usr/bin/nm
# Avoid stale dependecy warnings:
@@ -57,10 +56,9 @@
.elif ${.MAKE.OS} == "Darwin"
CFLAGS+= -D_DARWIN_C_SOURCE=1
CFLAGS+= -I${SRCTOP}/tools/build/cross-build/include/mac
-# The macOS ar and ranlib don't understand all the flags supported by the
-# FreeBSD and Linux ar/ranlib
+# The macOS ar doesn't understand all the flags supported by the
+# FreeBSD and Linux ar
ARFLAGS:= -crs
-RANLIBFLAGS:=
# to get libarchive (needed for elftoolchain)
# MacOS ships /usr/lib/libarchive.dylib but doesn't provide the headers
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 17, 8:01 PM (6 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34963945
Default Alt Text
D58156.diff (887 B)
Attached To
Mode
D58156: tools/build: Don't set RANLIB for non-FreeBSD builds
Attached
Detach File
Event Timeline
Log In to Comment