This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix GDBHISTSIZE test failure on i686


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]