diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2017-11-28 18:08:14 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2017-11-28 18:08:14 +0000 |
| commit | cd9ef49f4f6ba5fd72f17da12ab44bb4582bda39 (patch) | |
| tree | e02d138a00dba66598a33373c9c454f1c080909d /release | |
| parent | 20772e472f9fe701058a191da8a70cbd52add810 (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/release.conf.sample | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/release/release.conf.sample b/release/release.conf.sample index 7c94d45b5307..d4843a90cc00 100644 --- a/release/release.conf.sample +++ b/release/release.conf.sample @@ -70,9 +70,9 @@ PORTBRANCH="ports/head@rHEAD" ## build. #EMBEDDED_TARGET= -## Set to the hardware platform of the target userland. This value -## is passed to make(1) to set the TARGET_ARCH (value of uname -p) to -## cross build. +## Set to the machine processor architecture of the target userland. +## This value is passed to make(1) to set the TARGET_ARCH (value of uname -p) +## to cross build. #EMBEDDED_TARGET_ARCH= ## Set to skip the chroot environment buildworld/installworld/distribution |
