From owner-cvs-src-old@FreeBSD.ORG Sun Aug 1 12:35:20 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 590BA106567A for ; Sun, 1 Aug 2010 12:35:20 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2CC048FC0C for ; Sun, 1 Aug 2010 12:35:20 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o71CZKgf079181 for ; Sun, 1 Aug 2010 12:35:20 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o71CZK00079180 for cvs-src-old@freebsd.org; Sun, 1 Aug 2010 12:35:20 GMT (envelope-from rpaulo@repoman.freebsd.org) Message-Id: <201008011235.o71CZK00079180@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rpaulo@repoman.freebsd.org using -f From: Rui Paulo Date: Sun, 1 Aug 2010 12:35:01 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc Makefile X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2010 12:35:20 -0000 rpaulo 2010-08-01 12:35:01 UTC FreeBSD src repository Modified files: lib/libc Makefile Log: SVN rev 210731 on 2010-08-01 12:35:01Z by rpaulo Disable all warnings when building gdtoa. This allows building libc with clang. The general idea is that the vendor will not accept our compilation patches and so disabling the warnings is the best way to go as it makes future imports bearable. Submitted by: Dimitry Andric Discussed with: das Revision Changes Path 1.82 +1 -1 src/lib/libc/Makefile