PERFORCE change 219875 for review

Brooks Davis brooks at FreeBSD.org
Tue Dec 4 16:44:03 UTC 2012


http://p4web.freebsd.org/@@219875?ac=10

Change 219875 by brooks at 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 at NetBSD.org>, May 5, 1999
@@ -167,3 +168,4 @@
 #define float128_le			__letf2
 #define float128_gt			__gttf2
 #endif
+#endif


More information about the p4-projects mailing list