From owner-cvs-all Fri Nov 2 22:30:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0116537B40E; Fri, 2 Nov 2001 22:30:16 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fA36UFO35701; Fri, 2 Nov 2001 22:30:15 -0800 (PST) (envelope-from peter) Message-Id: <200111030630.fA36UFO35701@freefall.freebsd.org> From: Peter Wemm Date: Fri, 2 Nov 2001 22:30:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/11/02 22:30:15 PST Modified files: lib Makefile Log: Do not ``build'' (ie remove, and put in stub libraries) for libresolv and/or libgnumalloc on anything but i386. The other platforms post-date this mistake. Do not build libc_r for ia64. There are some fundamental issues that need to be resolved (ie: it cannot use setjmp/longjmp for thread switching, which isn't likely to be fixed soon. libc_r has to be reimplemented using something like makecontext()/swapcontext() etc in order to work in ia64.) Revision Changes Path 1.129 +9 -4 src/lib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message