Module Name: src Committed By: tsutsui Date: Fri Jul 9 17:44:28 UTC 2021
Modified Files: src/sys/arch/hp300/stand: Makefile.buildboot Log Message: Specify -fno-unwind-tables to shrink binaries. Before: text data bss dec hex filename 77902 4328 137120 219350 358d6 uboot After: text data bss dec hex filename 64186 4328 137120 205634 32342 uboot To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/arch/hp300/stand/Makefile.buildboot Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.