Changeset 466a568 in clfs-embedded


Ignore:
Timestamp:
Oct 16, 2013, 5:08:14 AM (10 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
828afdc
Parents:
26e2b14
git-author:
Andrew Bradford <andrew@…> (10/16/13 05:02:34)
git-committer:
Andrew Bradford <andrew@…> (10/16/13 05:08:14)
Message:

libc: Correct musl configure/make sequence

Was not doing configure, which doesn't work :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/libc.xml

    r26e2b14 r466a568  
    2929    <title>Installation of musl-libc</title>
    3030
     31    <para os="h">Configure the package:</para>
     32
     33<screen os="i"><userinput>CC=${CLFS_TARGET}-gcc ./configure \
     34  --prefix=${CLFS}/cross-tools/${CLFS_TARGET} \
     35  --target=${CLFS_TARGET} \
     36  --enable-debug</userinput></screen>
     37
    3138    <para os="h">Compile the package:</para>
    3239
    33 <screen os="i"><userinput>CC=${CLFS_TARGET}-gcc make \
    34   --enable-debug</userinput></screen>
     40<screen os="i"><userinput>CC=${CLFS_TARGET}-gcc make</userinput></screen>
    3541
    3642    <para os="l">Install the package:</para>
    3743
    38 <screen os="j"><userinput>make PREFIX=${CLFS} install</userinput></screen>
     44<screen os="j"><userinput>make install</userinput></screen>
    3945
    4046  </sect2>
Note: See TracChangeset for help on using the changeset viewer.