summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>2002-06-24 05:14:54 +0000
committerMatthew Dillon <dillon@FreeBSD.org>2002-06-24 05:14:54 +0000
commitdbc3719d2a70153884a62fbd229842f7b2d4162f (patch)
treeffbd16ae21b326c94d608ea85a717237af358690 /Makefile
parent9561b109ae4cc921367f91d5a21631622fb2519a (diff)
downloadsrc-test-dbc3719d2a70153884a62fbd229842f7b2d4162f.tar.gz
src-test-dbc3719d2a70153884a62fbd229842f7b2d4162f.zip
Document TARGET_ARCH
Notes
Notes: svn path=/head/; revision=98723
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5549368b492fb..41a006aab00d5 100644
--- a/Makefile
+++ b/Makefile
@@ -63,6 +63,11 @@
# release of 4.0. You have exactly one major release to move entirely
# to elf.
#
+# If -DTARGET_ARCH=arch (e.g. ia64, sparc64, ...) is specified you can
+# cross build world for other architectures using the buildworld target,
+# and once the world is built you can cross build a kernel using the
+# buildkernel target.
+#
# ----------------------------------------------------------------------------
#
# Upgrading an i386 system from a.out to elf format