Changeset 84a3fda for LFS


Ignore:
Timestamp:
01/14/2018 10:26:43 AM (6 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
764a5d7
Parents:
d2a7ec8
Message:

Do not optimize binutils-pass1 in order to measure the SBU:

  • introduce REALSBU variable if Config.in and jhalfs, and display it
  • Adpat LFS/master.sh
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/master.sh

    rd2a7ec8 r84a3fda  
    132132      LUSER_wrt_test_log "${this_script}" "$pkg_version"
    133133      # If using optimizations, write the instructions
    134       [[ "$OPTIMIZE" = "2" ]] &&  wrt_optimize "$name" && wrt_makeflags "$name"
     134      case "${OPTIMIZE}${this_script}${REALSBU}" in
     135          *binutils-pass1y) ;;
     136          2*) wrt_optimize "$name" && wrt_makeflags "$name" ;;
     137          *) ;;
     138      esac
    135139    fi
    136140
Note: See TracChangeset for help on using the changeset viewer.