Changeset e1ede42 in clfs-embedded for BOOK/cross-tools
- Timestamp:
- Apr 21, 2017, 10:41:27 AM (8 years ago)
- Branches:
- master
- Children:
- b74d39b
- Parents:
- 82ad590
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/libc.xml
r82ad590 re1ede42 31 31 <para os="h">Configure the package:</para> 32 32 33 <screen os="i"><userinput> CC=${CLFS_TARGET}-gcc./configure \33 <screen os="i"><userinput>./configure \ 34 34 CROSS_COMPILE=${CLFS_TARGET}- \ 35 35 --prefix=/ \ … … 38 38 <para os="h">Compile the package:</para> 39 39 40 <screen os="i"><userinput> CC=${CLFS_TARGET}-gccmake</userinput></screen>40 <screen os="i"><userinput>make</userinput></screen> 41 41 42 42 <para os="l">Install the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.