[Bug other/15856] New: Add support for amd64-freebsd to libffi

sean at mcneil dot com gcc-bugzilla@gcc.gnu.org
Mon Jun 7 03:27:00 GMT 2004


Patch submissions say to file via. bug tracker.  Hope this was the right thing
to do....

The following adds support for amd64 on freebsd:

2004-06-06  Sean McNeil  <sean@mcneil.com>

	* configure.ac: Add x86_64-*-freebsd* support.
	* configure: Regenerate.

*** libffi/configure.ac 27 Apr 2004 05:41:45 -0000      1.3
--- libffi/configure.ac 7 Jun 2004 03:18:50 -0000
*************** arm*-*-linux-*) TARGET=ARM; TARGETDIR=ar
*** 73,79 ****
  arm*-*-netbsdelf*) TARGET=ARM; TARGETDIR=arm;;
  s390-*-linux-*) TARGET=S390; TARGETDIR=s390;;
  s390x-*-linux-*) TARGET=S390; TARGETDIR=s390;;
! x86_64-*-linux*) TARGET=X86_64; TARGETDIR=x86;;
  sh-*-linux* | sh[[34]]*-*-linux*) TARGET=SH; TARGETDIR=sh;;
  sh64-*-linux* | sh5*-*-linux*) TARGET=SH64; TARGETDIR=sh64;;
  hppa-*-linux* | parisc-*-linux*) TARGET=PA; TARGETDIR=pa;;
--- 73,79 ----
  arm*-*-netbsdelf*) TARGET=ARM; TARGETDIR=arm;;
  s390-*-linux-*) TARGET=S390; TARGETDIR=s390;;
  s390x-*-linux-*) TARGET=S390; TARGETDIR=s390;;
! x86_64-*-linux* | x86_64-*-freebsd*) TARGET=X86_64; TARGETDIR=x86;;
  sh-*-linux* | sh[[34]]*-*-linux*) TARGET=SH; TARGETDIR=sh;;
  sh64-*-linux* | sh5*-*-linux*) TARGET=SH64; TARGETDIR=sh64;;
  hppa-*-linux* | parisc-*-linux*) TARGET=PA; TARGETDIR=pa;;

-- 
           Summary: Add support for amd64-freebsd to libffi
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: sean at mcneil dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: x86_64-unknown-freebsd5.2
  GCC host triplet: x86_64-unknown-freebsd5.2
GCC target triplet: x86_64-unknown-freebsd5.2


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15856



More information about the Gcc-bugs mailing list