From 6887e77c328a0dd80b6ddd23279bff4e6f7374f3 Mon Sep 17 00:00:00 2001
From: Bernhard Reutner-Fischer
Date: Thu, 21 Aug 2008 13:37:47 +0000
Subject: [PATCH] - add note about CONFIG_CROSS_COMPILER_PREFIX while cleanup
up markup.
---
docs/busybox.net/FAQ.html | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/docs/busybox.net/FAQ.html b/docs/busybox.net/FAQ.html
index 41efaa1a6..fbaec0410 100644
--- a/docs/busybox.net/FAQ.html
+++ b/docs/busybox.net/FAQ.html
@@ -180,12 +180,19 @@ within each applet. More build coverage testing.
during compilation. Only gcc and related binutils executables
are prefixed with $(CROSS_COMPILE) in the makefiles.
CROSS_COMPILE can be set on the command line:
+
make CROSS_COMPILE=arm-linux-uclibcgnueabi-
+
Alternatively CROSS_COMPILE can be set in the environment.
Default value for CROSS_COMPILE is not to prefix executables.
+
+ To store the cross-compiler in your .config, set the variable
+ CONFIG_CROSS_COMPILER_PREFIX accordingly in menuconfig or by
+ editing the .config file.
+