[Mesa-dev] [PATCH 2/4] build: Enable x86 assembler on Hurd.

Andreas Boll andreas.boll.dev at gmail.com
Sun Mar 17 07:52:23 PDT 2013


2013/3/16 Matt Turner <mattst88 at gmail.com>:
> On Sat, Mar 16, 2013 at 6:30 AM, Andreas Boll
> <andreas.boll.dev at gmail.com> wrote:
>> Taken from downstream:
>> http://anonscm.debian.org/gitweb/?p=pkg-xorg/lib/mesa.git;a=blob;f=debian/patches/10-hurd-configure-tweaks.diff;h=984e17df1b8afdf8e4b36bee96aa5ab6a5691021;hb=refs/heads/ubuntu%2B1
>>
>> Thanks to Pino Toscano.
>>
>> NOTE: This is a candidate for stable branches.
>> ---
>>  configure.ac |    2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/configure.ac b/configure.ac
>> index 4b5b045..d0ccf5e 100644
>> --- a/configure.ac
>> +++ b/configure.ac
>> @@ -449,7 +449,7 @@ if test "x$enable_asm" = xyes; then
>>      case "$host_cpu" in
>>      i?86)
>>          case "$host_os" in
>> -        linux* | *freebsd* | dragonfly* | *netbsd*)
>> +        linux* | *freebsd* | dragonfly* | *netbsd* | gnu*)
>>              test "x$enable_64bit" = xyes && asm_arch=x86_64 || asm_arch=x86
>>              ;;
>>          esac
>> --
>> 1.7.10.4
>
> But don't bother with x86_64?

AFAICT hurd doesn't support x86_64 so far [1].
I think the attached patch makes more sense.

[1] https://www.gnu.org/software/hurd/microkernel/mach/gnumach/hardware_compatibility_list.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hurd-patch-v2.diff
Type: application/octet-stream
Size: 406 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20130317/b213d0d4/attachment.obj>


More information about the mesa-dev mailing list