cvs commit: src/lib/libc_r Makefile src/lib/libpthread Makefile (fwd)

Dag-ErlingSmørgrav des at des.no
Fri Jan 30 08:43:41 PST 2004


Daniel Eischen <eischen at 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=alpha
$ su
Password:
# mkdir /tmp/alpha
# make installworld TARGET_ARCH=alpha DESTDIR=/tmp/alpha

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

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the freebsd-sparc64 mailing list