This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Fix GDBHISTSIZE test failure on i686
- From: Doug Evans <dje at google dot com>
- To: Pedro Alves <palves at redhat dot com>
- Cc: Patrick Palka <patrick at parcs dot ath dot cx>, gdb-patches <gdb-patches at sourceware dot org>
- Date: Tue, 23 Jun 2015 12:42:48 -0500
- Subject: Re: [PATCH] Fix GDBHISTSIZE test failure on i686
- Authentication-results: sourceware.org; auth=none
- References: <1435069850-11830-1-git-send-email-patrick at parcs dot ath dot cx> <5589952A dot 8010003 at redhat dot com>
On Tue, Jun 23, 2015 at 12:19 PM, Pedro Alves <palves@redhat.com> 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.