CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/08/18 16:06:44
Modified files:
usr.bin/awk : Makefile
Log message:
Remove wrong workaround for the 88100 `awk bug' - it turns out compiling
with -O2 changes the alignment of code and data, which caused the awk binary
to be more prone to trigger the DAE bug which just got fixed.
