From b038ccb6ebd8abcad253885a63ceadb8db5202ff Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Thu, 29 Apr 2010 09:14:10 -0400 Subject: [PATCH] uclibc: disable tls on gcc, not yet supported --- base/uclibc/pkg_conf/gcc.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/uclibc/pkg_conf/gcc.conf b/base/uclibc/pkg_conf/gcc.conf index 506b32317..da7b66842 100644 --- a/base/uclibc/pkg_conf/gcc.conf +++ b/base/uclibc/pkg_conf/gcc.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../uclibc/pkg_conf/gcc.conf -# Copyright (C) 2009 The OpenSDE Project +# Copyright (C) 2009 - 2010 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -13,3 +13,4 @@ # --- SDE-COPYRIGHT-NOTE-END --- var_append extraconfopt ' ' '--disable-decimal-float' +var_append extraconfopt ' ' '--disable-tls'