Changeset 466a568 in clfs-embedded for BOOK/cross-tools
- Timestamp:
- Oct 16, 2013, 12:08:14 PM (11 years ago)
- Branches:
- master
- Children:
- 828afdc
- Parents:
- 26e2b14
- git-author:
- Andrew Bradford <andrew@…> (10/16/13 12:02:34)
- git-committer:
- Andrew Bradford <andrew@…> (10/16/13 12:08:14)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/libc.xml
r26e2b14 r466a568 29 29 <title>Installation of musl-libc</title> 30 30 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 31 38 <para os="h">Compile the package:</para> 32 39 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> 35 41 36 42 <para os="l">Install the package:</para> 37 43 38 <screen os="j"><userinput>make PREFIX=${CLFS}install</userinput></screen>44 <screen os="j"><userinput>make install</userinput></screen> 39 45 40 46 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.