This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: __nldbl_fprintf and __gtdf2 on PowerPC no-fpu


Daniel Jacobowitz <drow@false.org> wrote:

> That shouldn't matter.  $target has been through config.sub, which will
> canonicalize it.  Are you sure?

Ah, sorry, gnu was appended, so no change was needed.

> Autoconf is working as designed: the braces need to be doubled because
> they are also the m4 quote characters.

when I changed gcc-41-20060515.patch (from PR2749) as below, it was ok.

--- gcc-41-20060515.orig/gcc/configure.ac
+++ gcc-41-20060515/gcc/configure.ac
...
-+      grep '^[ 	]*#[ 	]*define[ 	][ 	]*__LONG_DOUBLE_MATH_OPTIONAL' \
++      grep '^[[ 	]]*#[ 	]*define[ 	][ 	]*__LONG_DOUBLE_MATH_OPTIONAL' \


thanks.

(Hiroki Kaminaga)
t
--


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]