summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-02-17 13:51:37 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-02-17 13:51:37 +0000
commite9e253173d153ce82f48ccc39d1ff3258f66181b (patch)
tree86ec01287fe020c357f375a963358434c92c306e
parentdcd2eb5e79fb3d215886becc717bf7451b5e783e (diff)
downloadOSELAS.Toolchain-e9e253173d153ce82f48ccc39d1ff3258f66181b.tar.gz
OSELAS.Toolchain-e9e253173d153ce82f48ccc39d1ff3258f66181b.tar.xz
* rules/glibc-crt.make:
add missing \ git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@9671 f8d472c7-5700-0410-ac5a-87979cec3adf
-rw-r--r--rules/glibc-crt.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/glibc-crt.make b/rules/glibc-crt.make
index 8d7fe26..f597787 100644
--- a/rules/glibc-crt.make
+++ b/rules/glibc-crt.make
@@ -44,9 +44,9 @@ GLIBC_CRT_ENV := \
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
#