Fix PPC _SOFT_FLOAT
This commit is contained in:
parent
fb19a9fd0f
commit
e1da7aef13
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/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
|
# Shell script for generating all the constants needed for a native
|
||||||
# platform build of src/gnu/dist/gcc.
|
# platform build of src/gnu/dist/gcc.
|
||||||
|
@ -637,7 +637,7 @@ get_gcc () {
|
||||||
/configuration_arguments/ s/$//
|
/configuration_arguments/ s/$//
|
||||||
ya
|
ya
|
||||||
i
|
i
|
||||||
#ifdef _SOFT_FLOAT_
|
#ifdef _SOFT_FLOAT
|
||||||
.
|
.
|
||||||
pu
|
pu
|
||||||
s/";$/ -with-float=soft";/
|
s/";$/ -with-float=soft";/
|
||||||
|
@ -648,7 +648,7 @@ a
|
||||||
. m +1
|
. m +1
|
||||||
/configure_default_options/ s/{ NULL.*$//
|
/configure_default_options/ s/{ NULL.*$//
|
||||||
a
|
a
|
||||||
#ifdef _SOFT_FLOAT_
|
#ifdef _SOFT_FLOAT
|
||||||
{ "float", "soft" },
|
{ "float", "soft" },
|
||||||
#endif
|
#endif
|
||||||
{ NULL, NULL }
|
{ NULL, NULL }
|
||||||
|
|
Loading…
Reference in New Issue