head.inc: error out on NASM older than 2.00
authorH. Peter Anvin <hpa@zytor.com>
Tue, 26 May 2009 22:50:27 +0000 (15:50 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 26 May 2009 22:50:27 +0000 (15:50 -0700)
commit800d06ff7b6fa7a7741a5ef41ed16795b542b787
tree927b233865133df4fb59e36b39568cebbc815379
parent8065630f2e00860f6b0e9ee885b3e29f4a129e1f
head.inc: error out on NASM older than 2.00

NASM 0.98.39, the last 0.98.x supported version, is known to
miscompile Syslinux; the fix is
b0e1d423dd3e174a92a1d7256aec4e9b701ece3c and was added in
NASM 0.99.06.  Since NASM 0.99.x were alpha test releases, require
NASM 2.00 which was the first "real" release after the fix.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/head.inc