From 924e31bcdf32f5cb48c2c314bba5326ab4537500 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 4 Feb 1999 19:36:59 +0000 Subject: [PATCH] update for pending 3.1 release. --- handbook/handbook.sgml | 6 +++--- handbook/porting.sgml | 9 +++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/handbook/handbook.sgml b/handbook/handbook.sgml index f33b08ba78..a27a549089 100644 --- a/handbook/handbook.sgml +++ b/handbook/handbook.sgml @@ -1,4 +1,4 @@ - + - + ]> @@ -33,7 +33,7 @@ The FreeBSD Documentation Project - July 1998 + February 1999 Welcome to FreeBSD! This handbook covers the installation and day to day use of FreeBSD Release diff --git a/handbook/porting.sgml b/handbook/porting.sgml index 937c06a10a..319d4fb162 100644 --- a/handbook/porting.sgml +++ b/handbook/porting.sgml @@ -1,4 +1,4 @@ - + Making a port yourself @@ -901,11 +901,12 @@ lib/libtcl80.so.1 ELF support -

Since FreeBSD moved to ELF shortly after 3.0-release, +

Since FreeBSD moved to ELF with the 3.0-release, we need to convert many ports that build shared libraries to support ELF. Complicating this task is that a 3.0 - system can run as both ELF and a.out, and that there will - be one more release (2.2.8) from the 2.2 branch. Below + system can run as both ELF and a.out, and we wish to unoffically + support the 2.2 as long as possible. + Below are the guidelines on how to convert a.out only ports to support both a.out and ELF compilation.