Module Name:    src
Committed By:   matt
Date:           Sat Jun 11 00:57:29 UTC 2011

Modified Files:
        src/gnu/dist/gcc4/gcc/config/rs6000: netbsd.h

Log Message:
If we are compiling -msoft-float, define _SOFT_FLOAT


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/gnu/dist/gcc4/gcc/config/rs6000/netbsd.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/dist/gcc4/gcc/config/rs6000/netbsd.h
diff -u src/gnu/dist/gcc4/gcc/config/rs6000/netbsd.h:1.7 src/gnu/dist/gcc4/gcc/config/rs6000/netbsd.h:1.8
--- src/gnu/dist/gcc4/gcc/config/rs6000/netbsd.h:1.7	Sat Mar 12 07:57:38 2011
+++ src/gnu/dist/gcc4/gcc/config/rs6000/netbsd.h	Sat Jun 11 00:57:29 2011
@@ -46,6 +46,8 @@
       builtin_assert ("machine=powerpc");	\
       if (TARGET_SECURE_PLT)			\
         builtin_define ("_SECURE_PLT");		\
+      if (TARGET_SOFT_FLOAT)			\
+        builtin_define ("_SOFT_FLOAT");		\
     }						\
   while (0)
 

Reply via email to