Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jan 2004 17:41:36 +0100
From:      des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=)
To:        Daniel Eischen <eischen@vigrid.com>
Cc:        sparc64@freebsd.org
Subject:   Re: cvs commit: src/lib/libc_r Makefile src/lib/libpthread Makefile (fwd)
Message-ID:  <xzpad4575j3.fsf@dwp.des.no>
In-Reply-To: <Pine.GSO.4.10.10401300716370.7499-100000@pcnet5.pcnet.com> (Daniel Eischen's message of "Fri, 30 Jan 2004 07:22:01 -0500 (EST)")
References:  <Pine.GSO.4.10.10401300716370.7499-100000@pcnet5.pcnet.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Daniel Eischen <eischen@vigrid.com> writes:
> I built world on alpha to test this, but I couldn't install it
> to make sure the links from libpthread.* -> libc_r.* were made
> correctly.

Cross-building FreeBSD is ridiculously easy these days:

$ cd /usr/src
$ make buildworld TARGET_ARCH=3Dalpha
$ su
Password:
# mkdir /tmp/alpha
# make installworld TARGET_ARCH=3Dalpha DESTDIR=3D/tmp/alpha

so you don't need an Alpha to test the Alpha build.

DES
--=20
Dag-Erling Sm=F8rgrav - des@des.no



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