Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/gcc4/gcc/config/rs6000 If we are compiling -msoft-f...
details: https://anonhg.NetBSD.org/src/rev/80cf7b976f7d
branches: trunk
changeset: 765933:80cf7b976f7d
user: matt <matt%NetBSD.org@localhost>
date: Sat Jun 11 00:57:29 2011 +0000
description:
If we are compiling -msoft-float, define _SOFT_FLOAT
diffstat:
gnu/dist/gcc4/gcc/config/rs6000/netbsd.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r 510c31441145 -r 80cf7b976f7d gnu/dist/gcc4/gcc/config/rs6000/netbsd.h
--- a/gnu/dist/gcc4/gcc/config/rs6000/netbsd.h Sat Jun 11 00:52:42 2011 +0000
+++ b/gnu/dist/gcc4/gcc/config/rs6000/netbsd.h Sat Jun 11 00:57:29 2011 +0000
@@ -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)
Home |
Main Index |
Thread Index |
Old Index