emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RFC: Support for FreeBSD/amd64


From: Giorgos Keramidas
Subject: Re: RFC: Support for FreeBSD/amd64
Date: Thu, 27 Oct 2005 17:57:58 +0300

On 2005-10-27 20:27, Dryice Liu <address@hidden> wrote:
>Giorgos Keramidas <address@hidden> wrote:
>> To bootstrap Emacs on my FreeBSD/amd64 snapshot I had to use the
>> following patch -- also available at:
>> http://people.freebsd.org/~keramida/emacs/22/freebsd-amd64.diff
>> +      x86_64-*-freebsd*)    machine=amdx86-64 ;;
>
> Thanks for the patch! And on my FreeBSD-5.4 amd64 with the CVS today I
> need to change this line to
>
> +      amd64-*-freebsd*)         machine=amdx86-64 ;;
>
> to make it work. Maybe we could add both of these two lines.

No objection from me.  Something like this would be fine, I guess:

+      x86_64-*-freebsd*|amd64-*-freebsd*)
+          machine=amdx86-64 ;;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]