Re: installation/ofwboot.xcf not stripped?
Valery Ushakov <[email protected]> Thu, 8 May 2025 21:34:25 +0300
| Newsgroups | gmane.os.netbsd.ports.macppc |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Feb 03, 2024 at 05:29:51 +0300, Valery Ushakov wrote: > I noticed that macppc installation/ofwboot.xcf doesn't seem to be > stripped, e.g.: > > http://ftp.netbsd.org/pub/NetBSD/NetBSD-10.0_RC3/macppc/installation/ofwboot.xcf > > $ ls -l ofwboot.xcf; size ofwboot.xcf > -rw-r--r-- 1 uwe uwe 450616 Feb 3 05:24 ofwboot.xcf > text data bss dec hex filename > 66192 753 10485 77430 12e76 ofwboot.xcf > > Is that intended? > > It is stripped in ./usr/mdec/ofwboot.xcf in base.tgz In NetBSD-10.1 it seems that it is not stripped in base.tgz either # tar ztvf /mnt2/macppc/binary/sets/base.tgz ./usr/mdec drwxr-xr-x 2 root wheel 0 Dec 16 13:08 ./usr/mdec -r--r--r-- 1 root wheel 1824 Dec 16 13:08 ./usr/mdec/bootxx -r--r--r-- 1 root wheel 67686 Dec 16 13:08 ./usr/mdec/ofwboot -r--r--r-- 1 root wheel 68732 Dec 16 13:08 ./usr/mdec/ofwboot.elf -r--r--r-- 1 root wheel 457202 Dec 16 13:08 ./usr/mdec/ofwboot.xcf -uwe