Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/news68k/conf
Module Name: src
Committed By: tsutsui
Date: Sat Jul 5 09:14:02 UTC 2014
Modified Files:
src/sys/arch/news68k/conf: GENERIC GENERIC_TINY
Log Message:
Use COPTS="-O2 -fno-reorder-blocks" as defined in sys.mk for userland.
with "-O2":
text data bss dec hex filename
3297898 65044 122584 3485526 352f56 netbsd
with "-O2 -fno-reorder-blocks":
text data bss dec hex filename
2930782 65044 122584 3118410 2f954a netbsd
To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 src/sys/arch/news68k/conf/GENERIC
cvs rdiff -u -r1.79 -r1.80 src/sys/arch/news68k/conf/GENERIC_TINY
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index