History log of /openbsd-src/usr.bin/sort/Makefile (Results 1 – 6 of 6)
Revision Date Author Comments
# 79428148 17-Mar-2015 millert <millert@openbsd.org>

Initial import of FreeBSD sort.


# 9fa602c4 21-Dec-2012 deraadt <deraadt@openbsd.org>

the gcc bug seems to have been fixed...
ok miod


# b2d31573 10-Sep-2012 deraadt <deraadt@openbsd.org>

The gcc-sh-register-allocator bug may never be fixed. When we move to
PIE, the -O1 workarounds must be -O0. check out sort/tmp.c to see how
incredibly bad the bug is.
ok miod


# 2cce5317 13-Mar-2007 millert <millert@openbsd.org>

Work around gcc optimization bug on sh (landisk). From otto@


# e189ddde 21-Sep-1997 deraadt <deraadt@openbsd.org>

$OpenBSD$


# 671ba900 20-Jan-1997 millert <millert@openbsd.org>

sort(1) from 4.4BSD-lite2 with minor tweaks and bug fixes by me.