Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Oct 2001 17:14:01 +0300
From:      Ruslan Ermilov <ru@FreeBSD.ORG>
To:        Andrew Gallatin <gallatin@cs.duke.edu>
Cc:        alpha@FreeBSD.ORG, Matthew Jacob <mjacob@FreeBSD.ORG>
Subject:   Re: cvs commit: src Makefile.inc1
Message-ID:  <20011025171401.A22980@sunbay.com>
In-Reply-To: <15320.6175.46379.397080@grasshopper.cs.duke.edu>; from gallatin@cs.duke.edu on Thu, Oct 25, 2001 at 09:48:15AM -0400
References:  <200110250728.f9P7Suo32144@freefall.freebsd.org> <20011025103739.B62879@sunbay.com> <15320.6175.46379.397080@grasshopper.cs.duke.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Oct 25, 2001 at 09:48:15AM -0400, Andrew Gallatin wrote:
> 
> Ruslan Ermilov writes:
>  > I would really appreciate it if someone could check if
>  > nowadays alphas can cross-build i386 world or not.
>  > 
> 
> I'd be happy to test if you can walk me through it somewhat.
> 
Cool!

> - Should I be able to do it from a recent (~1 week) stable?
> 
Yes, at least I hope so.  But /usr/src (or whatever it is) in
question should have 5.0-CURRENT sources.

> - How do I do the cross build?  Just 
>       make -DTARGET_ARCH="i386" buildworld?
>   Or is there more to it than that?
> 
Mostly, the correct command is:

make TARGET_ARCH=i386 buildworld

or, ideally,

make TARGET_ARCH=i386 DESTDIR=/i386 world kernel

to test the whole "make world" and kernel building.

I has successfully built 5.0-CURRENT alpha world and GENERIC
kernel on a 4.1-RELEASE machine.

Or give me an account on one of your development boxes
with fresh 5.0-CURRENT sources so I can test myself.
I once had a working account on mjacob's cluster, but
last time I checked, my account was inaccessible.



Cheers,
-- 
Ruslan Ermilov		Oracle Developer/DBA,
ru@sunbay.com		Sunbay Software AG,
ru@FreeBSD.org		FreeBSD committer,
+380.652.512.251	Simferopol, Ukraine

http://www.FreeBSD.org	The Power To Serve
http://www.oracle.com	Enabling The Information Age

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message




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