Changeset 3bf8a75 in mainline


Ignore:
Timestamp:
2019-01-09T12:45:26Z (5 years ago)
Author:
Vojtech Horky <vojtech.horky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
60c96cf
Parents:
1aa9eff
Message:

boot image: use higher compression ratio

This should save few bytes here and there in the boot.image. Thus we
should be able to pack-in also more of ported software for testing.

Certainly should help on mips32/msim for CI testing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.build

    r1aa9eff r3bf8a75  
    103103
    104104%.gz: %
    105         gzip -n -k -f $<
     105        gzip -n -k -9 -f $<
    106106
    107107$(COMPS).tar: $(COMPONENTS)
Note: See TracChangeset for help on using the changeset viewer.