From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32677 invoked by alias); 17 Aug 2010 14:15:17 -0000 Received: (qmail 32601 invoked by uid 22791); 17 Aug 2010 14:15:15 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 17 Aug 2010 14:15:08 +0000 Received: (qmail 15314 invoked from network); 17 Aug 2010 14:15:07 -0000 Received: from unknown (HELO orlando.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 17 Aug 2010 14:15:07 -0000 From: Pedro Alves To: binutils@sourceware.org Subject: Re: [PATCH] libiberty: add HAVE_CONFIG_H check to all files (lacking it already) Date: Tue, 17 Aug 2010 14:37:00 -0000 User-Agent: KMail/1.13.2 (Linux/2.6.33-29-realtime; KDE/4.4.2; x86_64; ; ) Cc: Mike Frysinger , Ian Lance Taylor References: <1281767203-21421-1-git-send-email-vapier@gentoo.org> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201008171515.03919.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2010-08/txt/msg00198.txt.bz2 On Tuesday 17 August 2010 15:01:16, Mike Frysinger wrote: > guess i'll just live with having to modify files by hand in order to do testing Or just something like: $ touch /tmp/config.h $ gcc atexit.c -o atexit.o -c -I/tmp -- Pedro Alves