From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 56332 invoked by alias); 23 Jun 2015 17:42:52 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 56323 invoked by uid 89); 23 Jun 2015 17:42:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ob0-f180.google.com Received: from mail-ob0-f180.google.com (HELO mail-ob0-f180.google.com) (209.85.214.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 23 Jun 2015 17:42:50 +0000 Received: by obpn3 with SMTP id n3so11106731obp.0 for ; Tue, 23 Jun 2015 10:42:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=TOEdi4wqcHt0bee3uJ/EYQwEoC7HhnIXK0OPJdFXplc=; b=W0HUMBghIsOMJ0zidgyTOaOxFuC2r1gv3vXg0oFGTZdEf5ULo6Di8psjgQTJxs4NEu pN9upHyxUEoSV095ChvgUK9u2+cPQGycWxl4cC3fBN7E9J++rXZUAS3w3onMlqL6PXAv 2XknhHoKwliZ9uat2n99mzE7fbRO+ROzf/JpC3Gb1ZU7jc74siuwT4qOH8wKy9leGYYG 8uFRUjYZKHlnP/Ue8wstzIrAXi0QMOu593e4PhR0tMD3Itp77Perp5sfgXPimw5q7JMJ vVHgB88+ySd4rkaS4bR2M5/TRbUHnTc74cOvA+Lzjtiom5fIIWdq1VX+hOzbBMOzbv3p 8uZQ== X-Gm-Message-State: ALoCoQkEJXIVdBtu6ais3XGya9p5NI9NDSg4ifuswbmegfRlidq6/Z5UfV8soRWJc6GlN6Wdb4AJ MIME-Version: 1.0 X-Received: by 10.182.153.197 with SMTP id vi5mr30816868obb.28.1435081369022; Tue, 23 Jun 2015 10:42:49 -0700 (PDT) Received: by 10.182.89.99 with HTTP; Tue, 23 Jun 2015 10:42:48 -0700 (PDT) In-Reply-To: <5589952A.8010003@redhat.com> References: <1435069850-11830-1-git-send-email-patrick@parcs.ath.cx> <5589952A.8010003@redhat.com> Date: Tue, 23 Jun 2015 17:42:00 -0000 Message-ID: Subject: Re: [PATCH] Fix GDBHISTSIZE test failure on i686 From: Doug Evans To: Pedro Alves Cc: Patrick Palka , gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg00492.txt.bz2 On Tue, Jun 23, 2015 at 12:19 PM, Pedro Alves wrote: >... note that assuming you > install the 32-bit dependencies in your distro, you can easily build > a 32-bit gdb on a 64-bit host. E.g., on x86-64 GNU/Linux, configure with: > > CC="gcc -m32" /path/to/configure \ > --host=i686-pc-linux-gnu \ > --build=i686-pc-linux-gnu \ > --target=i686-pc-linux-gnu --host and --target can be elided here.