Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/luna68k/conf
Module Name: src
Committed By: tsutsui
Date: Sat Jul 5 09:16:45 UTC 2014
Modified Files:
src/sys/arch/luna68k/conf: GENERIC
Log Message:
Use COPTS="-O2 -fno-reorder-blocks" as defined in sys.mk for userland.
with "-O2":
text data bss dec hex filename
2064824 48784 85920 2199528 218fe8 netbsd
with "-O2 -fno-reorder-blocks":
text data bss dec hex filename
1842944 48784 85920 1977648 1e2d30 netbsd
To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 src/sys/arch/luna68k/conf/GENERIC
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