From patchwork Sat Oct 25 10:32:35 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Max Filippov X-Patchwork-Id: 403028 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 870CD140077 for ; Sat, 25 Oct 2014 21:33:03 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 066FC3457E; Sat, 25 Oct 2014 10:33:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5IBUIICi4Rf7; Sat, 25 Oct 2014 10:33:00 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 3FA8734563; Sat, 25 Oct 2014 10:33:00 +0000 (UTC) X-Original-To: uclibc@lists.busybox.net Delivered-To: uclibc@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 17F5D1C2802 for ; Sat, 25 Oct 2014 10:32:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 0BDD534563 for ; Sat, 25 Oct 2014 10:32:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id D1NSpEZfASHD for ; Sat, 25 Oct 2014 10:32:58 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-lb0-f174.google.com (mail-lb0-f174.google.com [209.85.217.174]) by silver.osuosl.org (Postfix) with ESMTPS id 4295134526 for ; Sat, 25 Oct 2014 10:32:58 +0000 (UTC) Received: by mail-lb0-f174.google.com with SMTP id p9so3672383lbv.19 for ; Sat, 25 Oct 2014 03:32:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=MOC8GP9ZpE3WhxzAFQ8HXM2lyNsvbqM3eC1wX3jPw0I=; b=F52KWI5UZxUfTGhSb7h0cIZ+axY9T/sgv3zxe247MnfV3YNQ4bbiggHt2yut2lloUC dYgyjP6hghnM7mnfZXFjtO65XmYocbpNnWS0aM9tsH3vJ9HvVHwPJevR3Av5pQuFOdts 1bGf5bRcwpkJt3M8wkgIR/M80rNB/ctKqBebhectep6EY7SbDgyGgKShCkHpavFPV35Y fRMJxiWO8pJZSteExZ00CsMKQ1Ho9B80UHuyJ4QnooQJQ5KjyDIiNXEx8OXGG2mNbZAe b+WQe43EiKImiQ0Eu1WfrRoIrInQzYrCExIfRkhnyOpRoCZV0yQQ/2sDliUT5kxxsiU7 5dow== X-Received: by 10.112.85.138 with SMTP id h10mr10078797lbz.33.1414233176312; Sat, 25 Oct 2014 03:32:56 -0700 (PDT) Received: from octofox.metropolis ([5.19.183.212]) by mx.google.com with ESMTPSA id oh4sm2771899lbc.19.2014.10.25.03.32.54 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 25 Oct 2014 03:32:55 -0700 (PDT) From: Max Filippov To: uclibc@uclibc.org Subject: [PATCH] Config.in.arch: enable long double math for xtensa Date: Sat, 25 Oct 2014 14:32:35 +0400 Message-Id: <1414233155-16861-1-git-send-email-jcmvbkbc@gmail.com> X-Mailer: git-send-email 1.8.1.4 Cc: linux-xtensa@linux-xtensa.org X-BeenThere: uclibc@uclibc.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussion and development of uClibc \(the embedded C library\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: uclibc-bounces@uclibc.org Sender: "uClibc" Signed-off-by: Max Filippov --- extra/Configs/Config.in.arch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/Configs/Config.in.arch b/extra/Configs/Config.in.arch index 2338e3c..68e03bf 100644 --- a/extra/Configs/Config.in.arch +++ b/extra/Configs/Config.in.arch @@ -191,7 +191,7 @@ config UCLIBC_HAS_FENV config UCLIBC_HAS_LONG_DOUBLE_MATH bool "Enable long double support" depends on DO_C99_MATH - depends on TARGET_i386 || TARGET_m68k || TARGET_sparc || TARGET_x86_64 || TARGET_powerpc || TARGET_sh || TARGET_microblaze + depends on TARGET_i386 || TARGET_m68k || TARGET_sparc || TARGET_x86_64 || TARGET_powerpc || TARGET_sh || TARGET_microblaze || TARGET_xtensa default y help If you want the uClibc math library to contain the full set of C99