From patchwork Wed Aug 27 02:06:14 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabian Freyer X-Patchwork-Id: 383256 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id BC96C1400B7 for ; Wed, 27 Aug 2014 12:06:41 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type; q=dns; s=default; b=i7K4n3 nzqUEHdDiqiqh5pmRi1x0UGCl2cr6wuY/Xjc33n5uzUw+EH8cUY6g4avW8jMJPAY /Eq3HIX+TR3ZoBVJ1+BJeeowOfFjtDI4A12HjFj4vAQEz8dZuC0EH2I6p1ydLwGx 9tvTL/EFrBrZgmlZ1Mqmzu7Mkc/1mpfATpdhM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type; s=default; bh=QaywrDwOc7EA 6LCGrRJA5bA/1OM=; b=uuqCop3955xvHZgSYM68UizvCcgmJfXU/DkXVN8j+Nj/ ta71UrzEtPpT/TjUr2nGvbjPcyMBPFV+Xv/cJDH5b1TGZKtRLl/amml505AgMhCG JVEYEQnymjiAgXgl4VVNReNmQrBIs0FnplXVfoVz7pkY/nVndHZ14RNv8EwGmWQ= Received: (qmail 26689 invoked by alias); 27 Aug 2014 02:06:32 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Delivered-To: mailing list crossgcc@sourceware.org Received: (qmail 24845 invoked by uid 89); 27 Aug 2014 02:06:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail.tu-berlin.de Received: from mail.tu-berlin.de (HELO mail.tu-berlin.de) (130.149.7.33) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 27 Aug 2014 02:06:19 +0000 X-tubIT-Incoming-IP: 130.149.58.163 Received: from mail.physik-pool.tu-berlin.de ([130.149.58.163] helo=mail.physik.tu-berlin.de) by mail.tu-berlin.de (exim-4.72/mailfrontend-7) with esmtp for id 1XMScp-0006Tl-1O; Wed, 27 Aug 2014 04:06:16 +0200 Received: from hpdeskjtpro4223.fritz.box (dslb-094-223-118-230.094.223.pools.vodafone-ip.de [94.223.118.230]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.physik.tu-berlin.de (Postfix) with ESMTPSA id 3086711402 for ; Wed, 27 Aug 2014 04:06:15 +0200 (CEST) Message-ID: <53FD3D16.5020006@physik.tu-berlin.de> Date: Wed, 27 Aug 2014 04:06:14 +0200 From: Fabian Freyer User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: crossgcc@sourceware.org Subject: [PATCH] Added documentation for --with-grep References: In-Reply-To: X-IsSubscribed: yes Hi All, This patch adds documentation for the --with-grep option. Regards, Fabian Freyer From ee0df4acaf860d6520209bae6644a22acbab98d0 Mon Sep 17 00:00:00 2001 From: Fabian Freyer Signed-off-by: "Fabian Freyer" Date: Wed, 27 Aug 2014 04:01:26 +0200 Subject: [PATCH] Added documentation for --with-grep --- docs/C - Misc. tutorials.txt | 1 + 1 file changed, 1 insertion(+) -- 1.8.5.2 (Apple Git-48) diff --git a/docs/C - Misc. tutorials.txt b/docs/C - Misc. tutorials.txt index d3c9506..0a827d2 100644 --- a/docs/C - Misc. tutorials.txt +++ b/docs/C - Misc. tutorials.txt @@ -91,6 +91,7 @@ toolchain on MacOS as host. --with-objcopy=/opt/local/bin/gobjcopy \ --with-objdump=/opt/local/bin/gobjdump \ --with-readelf=/opt/local/bin/greadelf \ + --with-grep=/opt/local/bin/ggrep \ [...other configure parameters as you like...] 6) proceed as described in standard documentation