Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Dec 2007 23:05:49 GMT
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 131813 for review
Message-ID:  <200712272305.lBRN5nkc044924@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=131813

Change 131813 by peter@peter_melody on 2007/12/27 23:05:42

	Seems I broke somethign with the 32 bit cross compile stuff.
	Temporarily disable loader builds.

Affected files ...

.. //depot/projects/hammer/sys/boot/Makefile#19 edit

Differences ...

==== //depot/projects/hammer/sys/boot/Makefile#19 (text+ko) ====

@@ -18,6 +18,6 @@
 .endif
 
 # Pick the machine-dependent subdir based on the target architecture.
-SUBDIR+=		${MACHINE:S/amd64/i386/:S/sun4v/sparc64/}
+#SUBDIR+=		${MACHINE:S/amd64/i386/:S/sun4v/sparc64/}
 
 .include <bsd.subdir.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712272305.lBRN5nkc044924>