Date: Fri, 2 Nov 2001 22:30:15 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib Makefile Message-ID: <200111030630.fA36UFO35701@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111030630.fA36UFO35701>