Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Feb 1999 17:37:29 +0200
From:      Ruslan Ermilov <ru@ucb.crimea.ua>
To:        "Thomas T. Veldhouse" <veldy@visi.com>
Cc:        FreeBSD-Stable <freebsd-stable@FreeBSD.ORG>
Subject:   Re: -DNOAOUT Why build a.out ...
Message-ID:  <19990223173729.B18631@ucb.crimea.ua>
In-Reply-To: <009501be5f38$90ce7790$236319ac@w142844.carlson.com>; from Thomas T. Veldhouse on Tue, Feb 23, 1999 at 08:26:55AM -0600
References:  <009501be5f38$90ce7790$236319ac@w142844.carlson.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Feb 23, 1999 at 08:26:55AM -0600, Thomas T. Veldhouse wrote:
> All,
> 
>     I was wondering if there is ever a reason to build the a.out
> compatibility during a make world once it has already been done.  Will there
> ever be updates to the a.out code that will require a rebuild, or is it safe
> from this point foward to use -DNOAOUT since I already have the require
> a.out tools and libraries?

If you do not have/plan any a.out programs, it is safe to use -DNOAOUT.
But if you do, it's better to build it anyway.  I'll explain _why_.
a.out compatibility stuff (a.k.a. legacy support) compiles _current_
sources of all libraries, a.out rtld and old boot blocks in a.out
format.  So, for example, if libc was modified, building with legacy
stuff will upgrade both ELF and a.out versions of libc.


Cheers,
-- 
Ruslan Ermilov		Sysadmin and DBA of the
ru@ucb.crimea.ua	United Commercial Bank
+380.652.247.647	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-stable" in the body of the message




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