bug-guix
[Top][All Lists]
Advanced

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

[PATCH] distro: Add file.


From: Andreas Enge
Subject: [PATCH] distro: Add file.
Date: Thu, 17 Jan 2013 22:12:40 +0100
User-agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; )

Patch for "file" attached. Strangely, it uses "file" in its configure script, but this does not seem to be crucial:

 

case `/usr/bin/file conftest.o` in

*32-bit*)

case $host in

x86_64-*kfreebsd*-gnu)

LD="${LD-ld} -m elf_i386_fbsd"

;;

x86_64-*linux*)

LD="${LD-ld} -m elf_i386"

;;

ppc64-*linux*|powerpc64-*linux*)

LD="${LD-ld} -m elf32ppclinux"

;;

s390x-*linux*)

LD="${LD-ld} -m elf_s390"

;;

sparc64-*linux*)

LD="${LD-ld} -m elf32_sparc"

;;

esac

;;

*64-bit*)

case $host in

x86_64-*kfreebsd*-gnu)

 

etc.

 

Andreas

 

Attachment: 0001-distro-Add-file.patch
Description: Text Data


reply via email to

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