From f62c8abcfbf0d2e7f0a6c6c1dde53158e6fc4e59 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 2 Nov 2012 18:43:27 -0700 Subject: Compile x86 rtld with -mno-sse -mno-mmx --- include/bits/stdlib-float.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 include/bits/stdlib-float.h (limited to 'include') diff --git a/include/bits/stdlib-float.h b/include/bits/stdlib-float.h new file mode 100644 index 0000000000..d3f5c5b927 --- /dev/null +++ b/include/bits/stdlib-float.h @@ -0,0 +1,4 @@ +/* No floating-point inline functions in rtld. */ +#ifndef IS_IN_rtld +# include +#endif -- cgit 1.4.1