Hi,

I applied your patch and the toolchain was built with
no problems.

Thanks and best regards,
Claudio Leonel


Juergen Beisert wrote:
Can you try this patch?

From: Marc Kleine-Budde <[email protected]>
Subject: the libc_cv_forced_unwind isn't put into the environment, add missing '\'

This patch adds the missing '\' to in order to put the
libc_cv_forced_unwind and libc_cv_c_cleanup into environemnt.

Singed-off-by: Marc Kleine-Budde <[email protected]>

Index: rules/glibc-crt.make
===================================================================
--- rules/glibc-crt.make        (revision 9566)
+++ rules/glibc-crt.make        (working copy)
@@ -44,9 +44,9 @@
        BUILD_CC=$(HOSTCC) \
        \
        ac_cv_path_GREP=grep \
-       ac_cv_sizeof_long_double=$(PTXCONF_SIZEOF_LONG_DOUBLE)
+       ac_cv_sizeof_long_double=$(PTXCONF_SIZEOF_LONG_DOUBLE) \
        libc_cv_c_cleanup=yes \
-       libc_cv_forced_unwind=yes \
+       libc_cv_forced_unwind=yes
#

Regards,
Juergen



--
ptxdist mailing list
[email protected]

Reply via email to