NetBSD/share
tsutsui 9118f0148c Use "-O2 -fno-reorder-blocks" instead of "-Os" for m68k default optimization.
"-Os" was specfied when gcc 4.5.x was imported and the commit log says
"-O2 produces much bigger code with gcc 4.5 than it did with gcc 4.1"
but "-Os" disables most inline declarations and makes some applications
much slower.  "-O2 -fno-reorder-blocks" seems enough to reduce sizes
and disabling -freorder-blocks wouldn't cause particular performance
impact on ancient m68k machines with small cache memories.
See my post on port-m68k@ for more details:
http://mail-index.NetBSD.org/port-m68k/2014/06/22/msg000488.html

No objection in the thread and "seems fine to me" from mrg@.
2014-06-29 05:20:15 +00:00
..
dict Add a bunch of missing words from a list I had dated 2005. 2013-08-04 03:38:13 +00:00
doc I'm a document, Jim, not a shell script. 2013-10-06 05:45:19 +00:00
examples - match up comment and interface identifiers 2014-05-31 12:33:14 +00:00
i18n missing files 2011-04-29 09:57:49 +00:00
legal
locale Remove duplicate zh entry. 2013-08-19 22:34:41 +00:00
man Update a comment on a structure description. Noted by wiz a long time 2014-06-21 04:28:23 +00:00
me Remove a spurious '%' in "tech%nical" 2013-02-12 20:50:22 +00:00
misc PR/48902 - Nikolai Nifanov -- add XSI 2014-06-14 02:05:38 +00:00
mk Use "-O2 -fno-reorder-blocks" instead of "-Os" for m68k default optimization. 2014-06-29 05:20:15 +00:00
nls
tabset
terminfo Import terminfo-20130607.src + mbalmers typo patch 2013-10-01 09:17:41 +00:00
tmac The *roff macro argument is "-isoC-2011"; adapt. 2013-08-03 22:12:23 +00:00
wscons Fix typos (in comments). 2012-02-17 12:08:12 +00:00
xml Do not bother installing any XML calatog when MKKYUA!=no. We won't need 2013-02-25 00:23:01 +00:00
zoneinfo Update tzdata2netbsd for 2014e release. 2014-06-13 19:56:19 +00:00
Makefile
Makefile.inc