Changeset 7b7b5e9 for extras


Ignore:
Timestamp:
04/02/2020 09:56:51 AM (4 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
dd7e0f67
Parents:
0a577f5
Message:

Various fixes for ICA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extras/do_ica_prep

    r0a577f5 r7b7b5e9  
    4444  # archive with a dir of the same name and extract the object
    4545  # files from the archive into this dir. Despite their names,
    46   # libieee.a & libmcheck.a are not actual ar archives.
     46  # libm.a & libmcheck.a are not actual ar archives.
    4747  echo -n "Extracting object files from \".a\" files in ${CMP_DIR}... "
    48   L=$(find $CMP_DIR -name '*.a' ! -name 'libieee.a' ! -name 'libmcheck.a')
     48  L=$(find $CMP_DIR -name '*.a' ! -name 'libm.a' ! -name 'libmcheck.a')
    4949  for F in $L; do
    5050    mv $F ${F}.XX
Note: See TracChangeset for help on using the changeset viewer.