Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 1 and Version 2 of GCI/Coding/AddPerSectionSupportToBSPs


Ignore:
Timestamp:
01/05/16 23:14:45 (8 years ago)
Author:
Joel Sherrill
Comment:

Add a more correct command for size

Legend:

Unmodified
Added
Removed
Modified
  • GCI/Coding/AddPerSectionSupportToBSPs

    v1 v2  
    3535
    3636{{{
    37 find . -name "*.exe" | xargs -e CPU-rtems4.12-size
     37find . -name "*.exe"  | while read f; do (cd `dirname $f `; mips-rtems4.12-size `basename $f`); done | grep "\.exe"
    3838}}}
    3939