mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
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:
parent
459d4936ae
commit
83c258fce0
@ -63,24 +63,7 @@
|
|||||||
<screen><userinput remap="configure">SRCDIR=$(pwd)
|
<screen><userinput remap="configure">SRCDIR=$(pwd)
|
||||||
cd unix
|
cd unix
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--mandir=/usr/share/man \
|
--mandir=/usr/share/man</userinput></screen>
|
||||||
$([ "$(uname -m)" = x86_64 ] && echo --enable-64bit)</userinput></screen>
|
|
||||||
|
|
||||||
<variablelist>
|
|
||||||
<title>The meaning of the configure options:</title>
|
|
||||||
|
|
||||||
<varlistentry>
|
|
||||||
<term><parameter>$([ "$(uname -m)" = x86_64 ] && echo --enable-64bit)</parameter></term>
|
|
||||||
<listitem>
|
|
||||||
<para>The construct <parameter>$(<shell command>)</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>
|
|
||||||
|
|
||||||
<para>Build the package:</para>
|
<para>Build the package:</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user