mirror of
https://github.com/cross-lfs/clfs-embedded.git
synced 2025-08-15 22:01:47 +00:00
Removed BUILD from libnl configure
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
|
||||
<para os="a">Configure libnl:</para>
|
||||
|
||||
<screen os="b"><userinput>CC="${CC} ${BUILD} -Os" ./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen>
|
||||
<screen os="b"><userinput>CC="${CC} -Os" ./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen>
|
||||
|
||||
<para os="c">Compile the package:</para>
|
||||
|
||||
|
Reference in New Issue
Block a user