diff options
author | John Baldwin <jhb@FreeBSD.org> | 2023-08-17 21:25:44 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2023-08-17 21:25:44 +0000 |
commit | 768489c721fbf02eef221cd336f3f8b468182561 (patch) | |
tree | 9653ae93eefb43d6a7584c0129b758c3193aa1d5 /RELNOTES | |
parent | c47116e90951621196c72b7def866cadfdabf80e (diff) |
RELNOTES: Clarify package building on older branches for 32-bit.
"on" could be read to require native builds only vs cross-builds
via qemu-user and that was not the intention.
Suggested by: Mark Millard <marklmi@yahoo.com>
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ Changes to this file should not be MFCed. stable/14 and earlier branches will retain existing 32-bit kernel and world support. Ports will retain existing support - for building ports and packages on 32-bit systems on stable/14 + for building ports and packages for 32-bit systems on stable/14 and earlier branches as long as those branches are supported by the ports system. However, all 32-bit platforms are Tier-2 or Tier-3 and support for individual ports should be expected |