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] Remove support for FreeBSD/alpha.


On Tuesday, April 04, 2017 11:10:08 AM John Baldwin wrote:
> FreeBSD last shipped a release for Alpha (6.3) in 2008.
> This also removes support for GNU/kFreeBSD on Alpha.

I have not reached out to anyone at Debian about GNU/kFreeBSD on Alpha, but
I strongly doubt anyone there is actually testing/using that on Alpha since
FreeBSD removed alpha support so long ago.  The existing images for
kFreeBSD only include support for amd64 and i386.

> diff --git a/gdb/configure.host b/gdb/configure.host
> index c45f61dbba..e7b310fe62 100644
> --- a/gdb/configure.host
> +++ b/gdb/configure.host
> @@ -21,6 +21,8 @@ case $host in
>      ;;
>   *-*-irix* | \
>   alpha*-*-osf* | \
> + alpha*-*-freebsd* | \
> + alpha*-*-kfreebsd*-gnu \

I mailed this a bit early as this line is missing a | as is the same
line in configure.tgt.  Will send a fixed v2 in a second.

-- 
John Baldwin


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