summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-02 22:15:45 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-02 22:15:45 +0000
commitded93e5b0535c6cbb0f6da0b4aadb2561b96cc60 (patch)
tree07a0f6f210d2e52eecc0e41fdcffffce7cf5b54a /DOCS
parentc765db84a3954100cc9ccdbc3a668dc349077ae0 (diff)
downloadmpv-ded93e5b0535c6cbb0f6da0b4aadb2561b96cc60.tar.bz2
mpv-ded93e5b0535c6cbb0f6da0b4aadb2561b96cc60.tar.xz
fix FAQ about compiling 32 bit mplayer on x86_64
Suggested by Wolfgang Knauf git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27683 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/cs/faq.xml2
-rw-r--r--DOCS/xml/de/faq.xml2
-rw-r--r--DOCS/xml/en/faq.xml2
-rw-r--r--DOCS/xml/fr/faq.xml2
-rw-r--r--DOCS/xml/hu/faq.xml2
-rw-r--r--DOCS/xml/it/faq.xml2
-rw-r--r--DOCS/xml/pl/faq.xml2
-rw-r--r--DOCS/xml/ru/faq.xml2
8 files changed, 8 insertions, 8 deletions
diff --git a/DOCS/xml/cs/faq.xml b/DOCS/xml/cs/faq.xml
index 9e00b9e422..d510a783e5 100644
--- a/DOCS/xml/cs/faq.xml
+++ b/DOCS/xml/cs/faq.xml
@@ -110,7 +110,7 @@ Athlonu?
<answer><para>
Vyzkoušejte následující volby configure:
<screen>
-./configure --target=athlon_xp --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
+./configure --target=i386-linux --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
</screen>
</para></answer>
</qandaentry>
diff --git a/DOCS/xml/de/faq.xml b/DOCS/xml/de/faq.xml
index 277fbfab50..ff2140b16c 100644
--- a/DOCS/xml/de/faq.xml
+++ b/DOCS/xml/de/faq.xml
@@ -143,7 +143,7 @@
<answer>
<para>
Probiere folgende configure-Optionen:
- <screen>/configure --target=athlon_xp --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib </screen>
+ <screen>/configure --target=i386-linux --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib </screen>
</para>
</answer>
</qandaentry>
diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml
index 026e3739c8..b63255858f 100644
--- a/DOCS/xml/en/faq.xml
+++ b/DOCS/xml/en/faq.xml
@@ -111,7 +111,7 @@ How can I build a 32 bit <application>MPlayer</application> on a 64 bit Athlon?
<answer><para>
Try the following configure options:
<screen>
-./configure --target=athlon_xp --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
+./configure --target=i386-linux --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
</screen>
</para></answer>
</qandaentry>
diff --git a/DOCS/xml/fr/faq.xml b/DOCS/xml/fr/faq.xml
index c8b30ae66f..c1eb060bd7 100644
--- a/DOCS/xml/fr/faq.xml
+++ b/DOCS/xml/fr/faq.xml
@@ -104,7 +104,7 @@ Comment puis-je "build" un <application>MPlayer</application> 32 bit sur un Athl
<answer><para>
Essayer les options de configuration suivantes:
<screen>
-./configure --target=athlon_xp --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
+./configure --target=i386-linux --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
</screen>
</para></answer>
</qandaentry>
diff --git a/DOCS/xml/hu/faq.xml b/DOCS/xml/hu/faq.xml
index 2274006be1..b998bfbcb8 100644
--- a/DOCS/xml/hu/faq.xml
+++ b/DOCS/xml/hu/faq.xml
@@ -111,7 +111,7 @@ Hogyan fordíthatok 32 bites <application>MPlayer</application>t egy 64 bites At
<answer><para>
Próbáld meg a következő configure kapcsolókkal:
<screen>
-./configure --target=athlon_xp --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
+./configure --target=i386-linux --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
</screen>
</para></answer>
</qandaentry>
diff --git a/DOCS/xml/it/faq.xml b/DOCS/xml/it/faq.xml
index 7fd80c0057..6a76142493 100644
--- a/DOCS/xml/it/faq.xml
+++ b/DOCS/xml/it/faq.xml
@@ -111,7 +111,7 @@ Come posso compilare <application>MPlayer</application> a 32 bit su un Athlon a
<answer><para>
Prova le seguenti opzioni di configure:
<screen>
-./configure --target=athlon_xp --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
+./configure --target=i386-linux --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
</screen>
</para></answer>
</qandaentry>
diff --git a/DOCS/xml/pl/faq.xml b/DOCS/xml/pl/faq.xml
index 5c33ba1d1e..b6c76a9a07 100644
--- a/DOCS/xml/pl/faq.xml
+++ b/DOCS/xml/pl/faq.xml
@@ -110,7 +110,7 @@ bitowym Athlonie?
<answer><para>
Zastosuj następujące opcje konfiguracyjne.
<screen>
-./configure --target=athlon_xp --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
+./configure --target=i386-linux --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
</screen>
</para></answer>
</qandaentry>
diff --git a/DOCS/xml/ru/faq.xml b/DOCS/xml/ru/faq.xml
index fed88e790c..b26ed3bee8 100644
--- a/DOCS/xml/ru/faq.xml
+++ b/DOCS/xml/ru/faq.xml
@@ -108,7 +108,7 @@ while reloading 'asm'</systemitem>.
<answer><para>
Попробуйте следующие опции configure:
<screen>
-./configure --target=athlon_xp --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
+./configure --target=i386-linux --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
</screen>
</para></answer>
</qandaentry>