From owner-cvs-all Thu Jan 18 11:40:46 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 398FE37B404; Thu, 18 Jan 2001 11:40:27 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0IJeQs47623; Thu, 18 Jan 2001 12:40:26 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101181940.f0IJeQs47623@harmony.village.org> To: Maxim Sobolev Subject: Re: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386RELNOTES.TXT Cc: "Bruce A. Mah" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Thu, 18 Jan 2001 21:34:57 +0200." <3A674561.53C4E456@FreeBSD.org> References: <3A674561.53C4E456@FreeBSD.org> <200101181925.f0IJPed71392@freefall.freebsd.org> Date: Thu, 18 Jan 2001 12:40:26 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <3A674561.53C4E456@FreeBSD.org> Maxim Sobolev writes: : Warner: I think it's worth to be mentioned in src/UPDATING, as : someone who does update using "make world" should manually remove : old /usr/lib/ligcc_r.a and for transition period (many ports assume : that gcc_r is present) replace it with symbolic link to libgcc.a. Write me an entry, and I'll publish it. Or proof the following: libgcc_r.a has been depricated. Before doing a installworld, you'll need to rm /usr/lib/libgcc_r.a ln -s /usr/lib/libgcc.a /usr/lib/libgcc_r.a after the ports collection has been updated, you can remove the libgcc_r.a symlink. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message