Subject: CVS commit: src/sys/arch/cobalt/stand/boot
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 08/12/2006 11:38:11
Module Name: src
Committed By: uwe
Date: Sat Aug 12 11:38:11 UTC 2006
Modified Files:
src/sys/arch/cobalt/stand/boot: Makefile
Log Message:
Link libkern last. It contains functions normally found in libgcc, so
other libraries might have references to them.
Makes this compile with gcc4 (that emits calls to __ash[rl]di3 in libsa).
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/arch/cobalt/stand/boot/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.