Module Name:    src
Committed By:   matt
Date:           Thu Oct 13 19:52:33 UTC 2011

Modified Files:
        src/tools/gcc: mknative-gcc

Log Message:
Fix PPC _SOFT_FLOAT


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/tools/gcc/mknative-gcc

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

Modified files:

Index: src/tools/gcc/mknative-gcc
diff -u src/tools/gcc/mknative-gcc:1.64 src/tools/gcc/mknative-gcc:1.65
--- src/tools/gcc/mknative-gcc:1.64	Fri Sep 23 06:43:46 2011
+++ src/tools/gcc/mknative-gcc	Thu Oct 13 19:52:33 2011
@@ -1,5 +1,5 @@
 #!/bin/sh
-#	$NetBSD: mknative-gcc,v 1.64 2011/09/23 06:43:46 mrg Exp $
+#	$NetBSD: mknative-gcc,v 1.65 2011/10/13 19:52:33 matt Exp $
 #
 # Shell script for generating all the constants needed for a native
 # platform build of src/gnu/dist/gcc.
@@ -637,7 +637,7 @@ get_gcc () {
 /configuration_arguments/ s/$//
 ya
 i
-#ifdef _SOFT_FLOAT_
+#ifdef _SOFT_FLOAT
 .
 pu
 s/";$/ -with-float=soft";/
@@ -648,7 +648,7 @@ a
 . m +1
 /configure_default_options/ s/{ NULL.*$//
 a
-#ifdef _SOFT_FLOAT_
+#ifdef _SOFT_FLOAT
   { "float", "soft" },
 #endif
   { NULL, NULL }

Reply via email to