Changeset 0958ca9 in clfs-embedded


Ignore:
Timestamp:
Oct 12, 2017, 10:54:27 AM (6 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
422ad1f
Parents:
dd92ea4
Message:

final-system: Only build shared version of musl

We don't need libc.a in our targetfs, it's only needed in the
cross-tools as we won't ever run a compiler in the final system.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/libc.xml

    rdd92ea4 r0958ca9  
    2323    closing files, reading and writing files, string handling, pattern matching,
    2424    arithmetic, and so on.  We build it again here so that it can be installed
    25     into our targetfs sysroot.</para>
     25    into our targetfs sysroot but this time we only build the shared object
     26    version.</para>
    2627
    2728  </sect2>
     
    3536  CROSS_COMPILE=${CLFS_TARGET}- \
    3637  --prefix=/ \
     38  --disable-static \
    3739  --target=${CLFS_TARGET}</userinput></screen>
    3840
Note: See TracChangeset for help on using the changeset viewer.