tcl: remove --enable-64bit

It only adds -m64 on x86_64 GNU/Linux.  In 64-bit LFS -m64 is the
default.
This commit is contained in:
Xi Ruoyao 2022-02-27 01:14:09 +08:00
parent 459d4936ae
commit 83c258fce0
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC

View File

@ -63,24 +63,7 @@
<screen><userinput remap="configure">SRCDIR=$(pwd)
cd unix
./configure --prefix=/usr \
--mandir=/usr/share/man \
$([ "$(uname -m)" = x86_64 ] &amp;&amp; echo --enable-64bit)</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>
<varlistentry>
<term><parameter>$([ "$(uname -m)" = x86_64 ] &amp;&amp; echo --enable-64bit)</parameter></term>
<listitem>
<para>The construct <parameter>$(&lt;shell command&gt;)</parameter>
is replaced by the output of the shell command. Here this output is
empty if running on a 32 bit machine, and is
<parameter>--enable-64bit</parameter> if running on a 64 bit machine.
</para>
</listitem>
</varlistentry>
</variablelist>
--mandir=/usr/share/man</userinput></screen>
<para>Build the package:</para>