CVSROOT:        /cvs
Module name:    src
Changes by:     kette...@cvs.openbsd.org        2017/07/24 10:42:56

Modified files:
        gnu/gcc/gcc    : opts.c 

Log message:
Make gcc accept -Oz as an alias for -Os for compatibility with clang.

With clang -Os doesn't generate the smallest code possible but some middle
ground between optimization for speed and optimization for size.  A new -Oz
option was introduced for optmization for size only.  We need that for our
floppies, otherwise they overflow.  Making gcc accept -Oz too makes our life
easier.

ok millert@, deraadt@, robert@

Reply via email to