Date: Tue, 4 Dec 2012 16:44:02 GMT From: Brooks Davis <brooks@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 219875 for review Message-ID: <201212041644.qB4Gi2MX018881@skunkworks.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@219875?ac=10 Change 219875 by brooks@brooks_zenith on 2012/12/04 16:43:54 Conditionalize the contents of this file on SOFTFLOAT_FOR_GCC so it's possible to build components without builtins. Affected files ... .. //depot/projects/ctsrd/cheribsd/src/lib/libc/softfloat/softfloat-for-gcc.h#2 edit Differences ... ==== //depot/projects/ctsrd/cheribsd/src/lib/libc/softfloat/softfloat-for-gcc.h#2 (text+ko) ==== @@ -1,6 +1,7 @@ /* $NetBSD: softfloat-for-gcc.h,v 1.8 2009/12/14 01:07:42 matt Exp $ */ /* $FreeBSD: src/lib/libc/softfloat/softfloat-for-gcc.h,v 1.3 2012/01/20 06:16:14 das Exp $ */ +#ifdef SOFTFLOAT_FOR_GCC /* * Move private identifiers with external linkage into implementation * namespace. -- Klaus Klein <kleink@NetBSD.org>, May 5, 1999 @@ -167,3 +168,4 @@ #define float128_le __letf2 #define float128_gt __gttf2 #endif +#endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212041644.qB4Gi2MX018881>
