From 336aa4c017f5c293dddbd42e4829356eb349b946 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 1 Dec 2009 21:07:22 +0100 Subject: [PATCH] dietlibc: disable gcc's C99 Floating-point environment at toolchain stage --- base/dietlibc/pkg_gcc_post.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/base/dietlibc/pkg_gcc_post.conf b/base/dietlibc/pkg_gcc_post.conf index e97db1eec..8ba0b1dd3 100644 --- a/base/dietlibc/pkg_gcc_post.conf +++ b/base/dietlibc/pkg_gcc_post.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../dietlibc/pkg_gcc_post.conf -# Copyright (C) 2007 The OpenSDE Project +# Copyright (C) 2007 - 2009 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -32,5 +32,7 @@ fi if ! atstage toolchain && [ "$SDECFG_LIBC" = "dietlibc" ]; then hook_add postmake 9 "dietlibc_cc" +else + var_append extraconfopt " " "--disable-decimal-float" fi