From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12689 invoked by alias); 11 Feb 2008 20:45:05 -0000 Received: (qmail 12670 invoked by uid 22791); 11 Feb 2008 20:45:04 -0000 X-Spam-Check-By: sourceware.org Received: from mail.fgznet.ch (HELO smtp.fgznet.ch) (81.92.96.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 11 Feb 2008 20:44:43 +0000 Received: from wolfram.andreas.nets ([91.190.8.131]) by smtp.fgznet.ch (8.13.8/8.13.8/Submit_SMTPAUTH) with ESMTP id m1BKic8w026383; Mon, 11 Feb 2008 21:44:39 +0100 (CET) (envelope-from andreast-list@fgznet.ch) Message-ID: <47B0B3B6.2030307@fgznet.ch> Date: Mon, 11 Feb 2008 21:57:00 -0000 From: Andreas Tobler User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: GCC Patches , Java Patches , =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= Subject: [patch] libffi, add support for amd64-*-freebsd* Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2008-02/txt/msg00369.txt.bz2 Hello all, the subject says it already. Currently there are no test results available. Hopefully we get some in the near future. I only took the input from Bjoern and regenerated the configure.in. Ok, for trunk ? No hurry needed, even a shift for 4.4 is ok. Thanks, Andreas 2008-02-11 Bjoern Koenig Andreas Tobler * configure.ac: Add amd64-*-freebsd* target. * configure: Regenerate. Index: configure.ac =================================================================== --- configure.ac (revision 132188) +++ configure.ac (working copy) @@ -51,6 +51,10 @@ TARGET=ARM; TARGETDIR=arm ;; + amd64-*-freebsd*) + TARGET=X86_64; TARGETDIR=x86 + ;; + cris-*-*) TARGET=LIBFFI_CRIS; TARGETDIR=cris ;;