Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F165305940
D26820.id78324.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D26820.id78324.diff
View Options
Index: Makefile
===================================================================
--- Makefile
+++ Makefile
@@ -89,14 +89,15 @@
# 10. `reboot'
# 11. `make delete-old-libs' (in case no 3rd party program uses them anymore)
#
-# For individuals wanting to build from source with GCC from ports, first build
-# or install an appropriate flavor of devel/freebsd-gcc9. The packages produced
-# by this port are named "${TARGET_ARCH}-gcc9" -- note that not all
-# architectures supported by FreeBSD have an external gcc toolchain available.
-#
-# Once the appropriate freebsd-gcc package is installed, simply pass
-# CROSS_TOOLCHAIN=${TARGET_ARCH}-gcc9 while building with the above steps,
-# e.g., `make buildworld CROSS_TOOLCHAIN=amd64-gcc9`.
+# For individuals wanting to build from source with GCC from ports, first
+# install the appropriate gcc xtoolchain package:
+# `pkg install ${TARGET_ARCH}-gccX`
+#
+# Once you have installed the necessary xtoolchain, simply pass
+# CROSS_TOOLCHAIN=${TARGET_ARCH}-gccX while building with the above steps,
+# e.g., `make buildworld CROSS_TOOLCHAIN=amd64-gcc6`.
+#
+# The ${TARGET_ARCH}-gccX packages are provided by devel/freebsd-gccX.
#
# See src/UPDATING `COMMON ITEMS' for more complete information.
#
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Aug 8, 1:24 PM (17 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36231335
Default Alt Text
D26820.id78324.diff (1 KB)
Attached To
Mode
D26820: Makefile: re-wordsmith the blurb about xtoolchain ports
Attached
Detach File
Event Timeline
Log In to Comment