Page MenuHomeFreeBSD

D26820.id79551.diff
No OneTemporary

D26820.id79551.diff

Index: head/Makefile
===================================================================
--- head/Makefile
+++ head/Makefile
@@ -89,14 +89,16 @@
# 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.
+# For individuals wanting to build from source with GCC from ports, first
+# install the appropriate GCC cross toolchain package:
+# `pkg install ${TARGET_ARCH}-gccN`
#
-# 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`.
+# Once you have installed the necessary cross toolchain, simply pass
+# CROSS_TOOLCHAIN=${TARGET_ARCH}-gccN while building with the above steps,
+# e.g., `make buildworld CROSS_TOOLCHAIN=amd64-gcc6`.
+#
+# The ${TARGET_ARCH}-gccN packages are provided as flavors of the
+# devel/freebsd-gccN ports.
#
# See src/UPDATING `COMMON ITEMS' for more complete information.
#

File Metadata

Mime Type
text/plain
Expires
Thu, Sep 17, 9:24 AM (6 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39067999
Default Alt Text
D26820.id79551.diff (1 KB)

Event Timeline