From owner-cvs-all Tue Apr 2 9: 8:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F3C537B41B; Tue, 2 Apr 2002 09:08:37 -0800 (PST) Received: (from tmm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g32H8bm62087; Tue, 2 Apr 2002 09:08:37 -0800 (PST) (envelope-from tmm) Message-Id: <200204021708.g32H8bm62087@freefall.freebsd.org> From: Thomas Moestl Date: Tue, 2 Apr 2002 09:08:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/sparc64/loader Makefile help.sparc64 locore.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2002/04/02 09:08:37 PST Modified files: sys/boot/sparc64/loader Makefile Added files: sys/boot/sparc64/loader help.sparc64 Removed files: sys/boot/sparc64/loader locore.s Log: 1.) Rename locore.s to locore.S (by repocopy), to be able to remove special-case make rule 2.) Cleanups, remove superfluous expicit rules, add -nostdlib to LDFLAGS, remove -X and -g, remove -g from CFLAGS 3.) Add BINDIR 4.) Build install the loader help file, add an empty help.sparc64 5.) Change the default configuration to only support booting from disk 6.) Get libofw.a from a path relative ${.OBJDIR}, not ${.CURDIR} Submitted by: jake (1 - 5), obrien (6) Revision Changes Path 1.6 +21 -26 src/sys/boot/sparc64/loader/Makefile 1.1 +0 -0 src/sys/boot/sparc64/loader/help.sparc64 (new) 1.5 +0 -118 src/sys/boot/sparc64/loader/locore.s (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message