Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/toolchain/gcc/config/rs6000 Add the -msoft-float/-D...



details:   https://anonhg.NetBSD.org/src/rev/391f8c94cce2
branches:  trunk
changeset: 510516:391f8c94cce2
user:      simonb <simonb%NetBSD.org@localhost>
date:      Thu May 31 05:13:45 2001 +0000

description:
Add the -msoft-float/-D_SOFT_FLOAT change from the older toolchain.

diffstat:

 gnu/dist/toolchain/gcc/config/rs6000/netbsd.h |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (9 lines):

diff -r 8a25e0e54670 -r 391f8c94cce2 gnu/dist/toolchain/gcc/config/rs6000/netbsd.h
--- a/gnu/dist/toolchain/gcc/config/rs6000/netbsd.h     Thu May 31 05:04:41 2001 +0000
+++ b/gnu/dist/toolchain/gcc/config/rs6000/netbsd.h     Thu May 31 05:13:45 2001 +0000
@@ -69,4 +69,5 @@
 #undef CPP_SPEC
 #define CPP_SPEC "\
 %{posix:-D_POSIX_SOURCE} \
+%{msoft-float:-D_SOFT_FLOAT} \
 %{mcall-sysv: -D_CALL_SYSV} %{mcall-aix: -D_CALL_AIX} %{!mcall-sysv: %{!mcall-aix: -D_CALL_SYSV}}"



Home | Main Index | Thread Index | Old Index