Date: Fri, 8 Dec 2000 05:27:29 -0800 (PST) From: "David E. O'Brien" <obrien@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/compaq-cc Makefile pkg-plist ports/lang/compaq-cc/files errno_location.c ieee_fp_control.c Message-ID: <200012081327.eB8DRTZ44720@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2000/12/08 05:27:29 PST Modified files: lang/compaq-cc Makefile pkg-plist Added files: lang/compaq-cc/files errno_location.c ieee_fp_control.c Log: * Remove the Linux -dynamic-linker specification from the `ld' execution. Luckly our `ld' knows the name of our dynamic linker and DTRT. * Remove the DECpaq shared libs from the standard search dir as linking with them gives unresolved symbols. Thus we'll use the .a's for now. * Add the symbols __errno_location, __ieee_get_fp_control, and __ieee_set_fp_control (mapped to native interfaces) to the static Compaq Portable Math Library. Thus all symbols are resolved. This allows `CC=ccc' to build fully native FreeBSD Alpha binaries. Revision Changes Path 1.2 +17 -5 ports/lang/compaq-cc/Makefile 1.2 +4 -3 ports/lang/compaq-cc/pkg-plist 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?200012081327.eB8DRTZ44720>