summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Voytik <voytikd@gmail.com>2014-08-22 14:17:10 +0400
committerTakashi Iwai <tiwai@suse.de>2014-08-25 14:12:38 +0200
commit5f1960e3d8d56aa63afe2c37c6a3f4aa03571627 (patch)
tree82c5fa6ad5763f1acf0ec4ab3c6c603ab80a91d4
parentb9f58dcc6f91fde42e6dd2bb831d6063855512a7 (diff)
doc: fix cross-compiling example
Simplest way to configure cross-compilation with configure script is to pass '--host' option. Passing just '--target' doesn't work. Signed-off-by: Dmitry Voytik <voytikd@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--INSTALL9
1 files changed, 3 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index 91a8648e..47086e3c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -78,16 +78,13 @@ When you would like to cross-compile ALSA library (e.g. compile on
i686 host but for arm architecture) you will need to call ./configure
script with additional parameters:
-CC=arm-linux-gcc ./configure --target=arm-linux
+CC=arm-linux-gcc ./configure --host=arm-linux
-In this example host where the library is build is guessed (should be
-given with --host=platform) and target for which is the library build is
-Linux on ARM architecture. You should omit setting 'CC' variable and
-cross-compiler will be guessed too.
+You can omit setting 'CC' variable and cross-compiler will be guessed too.
So simplest version would be:
-./configure --target=arm-linux
+./configure --host=arm-linux
For platform names in the form cpu-vendor-os (or aliases for this)
you should look in 'config.guess' script. Target and all paths