Making World For amd64

2008-06-26 Thread Tim Daneliuk
Is there anything special one has to do when doing a make world intended for 64-bit FreeBSD or is it sufficient to build the 64-bit kernel and make world as everywhere else? -- Tim Daneliuk [EMAIL PROTECTED] PGP

Re: Making World For amd64

2008-06-26 Thread Kris Kennaway
Tim Daneliuk wrote: Is there anything special one has to do when doing a make world intended for 64-bit FreeBSD or is it sufficient to build the 64-bit kernel and make world as everywhere else? The same as everywhere else. Kris ___

Re: Making World For amd64

2008-06-26 Thread Tim Daneliuk
Kris Kennaway wrote: Tim Daneliuk wrote: Is there anything special one has to do when doing a make world intended for 64-bit FreeBSD or is it sufficient to build the 64-bit kernel and make world as everywhere else? The same as everywhere else. Kris So, I take it that this means that all

Re: Making World For amd64

2008-06-26 Thread Kris Kennaway
Tim Daneliuk wrote: Kris Kennaway wrote: Tim Daneliuk wrote: Is there anything special one has to do when doing a make world intended for 64-bit FreeBSD or is it sufficient to build the 64-bit kernel and make world as everywhere else? The same as everywhere else. Kris So, I take it that

Re: Making World For amd64

2008-06-26 Thread Tim Daneliuk
Kris Kennaway wrote: Tim Daneliuk wrote: Kris Kennaway wrote: Tim Daneliuk wrote: Is there anything special one has to do when doing a make world intended for 64-bit FreeBSD or is it sufficient to build the 64-bit kernel and make world as everywhere else? The same as everywhere else. Kris

Re: Making World For amd64

2008-06-26 Thread Sean Cavanaugh
-- From: Tim Daneliuk [EMAIL PROTECTED] Sent: Thursday, June 26, 2008 4:51 PM To: Kris Kennaway [EMAIL PROTECTED]; FreeBSD Mailing List freebsd-questions@FreeBSD.org Subject: Re: Making World For amd64 Kris Kennaway wrote: Tim Daneliuk wrote

Re: Making World For amd64

2008-06-26 Thread Tim Daneliuk
Sean Cavanaugh wrote: -- From: Tim Daneliuk [EMAIL PROTECTED] Sent: Thursday, June 26, 2008 4:51 PM To: Kris Kennaway [EMAIL PROTECTED]; FreeBSD Mailing List freebsd-questions@FreeBSD.org Subject: Re: Making World For amd64 Kris Kennaway

Re: Making World For amd64

2008-06-26 Thread Erik Trulsson
On Thu, Jun 26, 2008 at 03:51:40PM -0500, Tim Daneliuk wrote: Kris Kennaway wrote: Tim Daneliuk wrote: Kris Kennaway wrote: Tim Daneliuk wrote: Is there anything special one has to do when doing a make world intended for 64-bit FreeBSD or is it sufficient to build the 64-bit kernel

Re: Making World For amd64

2008-06-26 Thread Kris Kennaway
Tim Daneliuk wrote: Kris Kennaway wrote: Tim Daneliuk wrote: Kris Kennaway wrote: Tim Daneliuk wrote: Is there anything special one has to do when doing a make world intended for 64-bit FreeBSD or is it sufficient to build the 64-bit kernel and make world as everywhere else? The same as

Re: Making World For amd64

2008-06-26 Thread Tim Daneliuk
Erik Trulsson wrote: 1) How does make world know whether to build 32-bit or 64-bit binaries? It will build for whatever system you have installed. If you are running a 32-bit system it will make 32-bit binaries, and if you are running a 64-bit system it will make 64-bit binaries. By

Re: Making World For amd64

2008-06-26 Thread Tim Daneliuk
Kris Kennaway wrote: Tim Daneliuk wrote: Kris Kennaway wrote: Tim Daneliuk wrote: Kris Kennaway wrote: Tim Daneliuk wrote: Is there anything special one has to do when doing a make world intended for 64-bit FreeBSD or is it sufficient to build the 64-bit kernel and make world as everywhere

Re: Making World For amd64

2008-06-26 Thread Tim Daneliuk
Tim Daneliuk wrote: Kris Kennaway wrote: Tim Daneliuk wrote: Kris Kennaway wrote: Tim Daneliuk wrote: Kris Kennaway wrote: Tim Daneliuk wrote: Is there anything special one has to do when doing a make world intended for 64-bit FreeBSD or is it sufficient to build the 64-bit kernel and

Re: Making World For amd64

2008-06-26 Thread Kris Kennaway
Tim Daneliuk wrote: Kris Kennaway wrote: Tim Daneliuk wrote: Kris Kennaway wrote: Tim Daneliuk wrote: Kris Kennaway wrote: Tim Daneliuk wrote: Is there anything special one has to do when doing a make world intended for 64-bit FreeBSD or is it sufficient to build the 64-bit kernel and make

Re: Making World For amd64

2008-06-26 Thread Roland Smith
On Thu, Jun 26, 2008 at 11:19:15PM +0200, Erik Trulsson wrote: On Thu, Jun 26, 2008 at 03:51:40PM -0500, Tim Daneliuk wrote: Kris Kennaway wrote: Tim Daneliuk wrote: Kris Kennaway wrote: Tim Daneliuk wrote: Is there anything special one has to do when doing a make world intended

Re: Making World For amd64

2008-06-26 Thread Kris Kennaway
Tim Daneliuk wrote: Tim Daneliuk wrote: Kris Kennaway wrote: Tim Daneliuk wrote: Kris Kennaway wrote: Tim Daneliuk wrote: Kris Kennaway wrote: Tim Daneliuk wrote: Is there anything special one has to do when doing a make world intended for 64-bit FreeBSD or is it sufficient to build the

Re: Making World For amd64

2008-06-26 Thread Roland Smith
On Thu, Jun 26, 2008 at 04:31:37PM -0500, Tim Daneliuk wrote: 1) How does make world know whether to build 32-bit or 64-bit binaries? It always uses the native format. amd64 == 64 bit, i386 == 32 bit Don't mean to beat this to death, but can you say just a bit more about this please.

Re: Making World For amd64

2008-06-26 Thread Chris Whitehouse
Tim Daneliuk wrote: Kris Kennaway wrote: Tim Daneliuk wrote: Kris Kennaway wrote: Tim Daneliuk wrote: Is there anything special one has to do when doing a make world intended for 64-bit FreeBSD or is it sufficient to build the 64-bit kernel and make world as everywhere else? The same as

Re: Making World For amd64

2008-06-26 Thread Erik Trulsson
On Thu, Jun 26, 2008 at 04:29:20PM -0500, Tim Daneliuk wrote: Erik Trulsson wrote: 1) How does make world know whether to build 32-bit or 64-bit binaries? It will build for whatever system you have installed. If you are running a 32-bit system it will make 32-bit binaries, and if you

Re: Making World For amd64

2008-06-26 Thread Tim Daneliuk
Chris Whitehouse wrote: Tim Daneliuk wrote: Kris Kennaway wrote: Tim Daneliuk wrote: Kris Kennaway wrote: Tim Daneliuk wrote: Is there anything special one has to do when doing a make world intended for 64-bit FreeBSD or is it sufficient to build the 64-bit kernel and make world as