mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-13 05:41:26 +01:00
Update example from gcc6 to gcc13
We only "support" gcc12 and gcc13 for cross building, for some value of "support". Update the example from gcc6 to gcc13. Sponsored by: Netflix
This commit is contained in:
parent
3d40cc7ab8
commit
52e41d1a5b
2
Makefile
2
Makefile
@ -96,7 +96,7 @@
|
||||
#
|
||||
# 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`.
|
||||
# e.g., `make buildworld CROSS_TOOLCHAIN=amd64-gcc13`.
|
||||
#
|
||||
# The ${TARGET_ARCH}-gccN packages are provided as flavors of the
|
||||
# devel/freebsd-gccN ports.
|
||||
|
Loading…
Reference in New Issue
Block a user