From owner-freebsd-ports@FreeBSD.ORG Wed Mar 17 08:54:02 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79B751065675 for ; Wed, 17 Mar 2010 08:54:02 +0000 (UTC) (envelope-from ktullavik@gmail.com) Received: from mail-ew0-f228.google.com (mail-ew0-f228.google.com [209.85.219.228]) by mx1.freebsd.org (Postfix) with ESMTP id 067478FC17 for ; Wed, 17 Mar 2010 08:54:01 +0000 (UTC) Received: by ewy28 with SMTP id 28so839ewy.33 for ; Wed, 17 Mar 2010 01:54:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:mime-version:content-type:content-transfer-encoding :message-id; bh=Il+WPy4SlEPvWK7s+ignz8qJ8K5moAebcix+ZQrvnww=; b=utA3kD6GQLpsw5v1ayUxZwOLqi9WSLHsUQtOPCnV6uZZ7rHJx2lXUTNGhJAOFLV0+5 TQUcWA5z34aaXSdNy8aR6sEJzYfOG45FhE/tpQn9ix1hQgsMM5/VKn9wKge8gE9w8J2v yYkFHVgAqA2RF1FhofyRm0QUl90Z6wP5l4o8Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:mime-version:content-type :content-transfer-encoding:message-id; b=VOwLRZTvpAh3pZz9TOET0mwtNBBTnK2O3fWiAnBtC1cLet8NxfAxUB/Ent9rwJUsLq 70+1i3L2eBCm6cCOdV6GHNntR5Si8ErpSYTDKBhyFY1znM5zWzGM9IRj8TEJJ3ZIbuB5 RMibuf8LO3CJBjmWfG62r+5SDTyVSjHtw/UnM= Received: by 10.213.37.142 with SMTP id x14mr324500ebd.16.1268815727970; Wed, 17 Mar 2010 01:48:47 -0700 (PDT) Received: from gauss.nomain (21.80-202-108.nextgentel.com [80.202.108.21]) by mx.google.com with ESMTPS id 13sm3931992ewy.1.2010.03.17.01.48.47 (version=SSLv3 cipher=RC4-MD5); Wed, 17 Mar 2010 01:48:47 -0700 (PDT) From: Kjell Tore Ullavik To: ports@freebsd.org Date: Wed, 17 Mar 2010 09:47:55 +0100 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.5; amd64; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201003170947.55232.ktullavik@gmail.com> Cc: Subject: cross-gcc tgtarch=amd64 tgtabi=linux-gnu, no party X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2010 08:54:02 -0000 I'm trying to build devel/cross-gcc like this # make TGTARCH=amd64 TGTABI=linux-gnu only to have my dreams and aspirations crushed like this cc -O2 -pipe -fno-strict-aliasing -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W - Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual - Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno- long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -o xgcc gcc.o opts-common.o gcc-options.o gccspec.o \ intl.o prefix.o version.o ../libcpp/libcpp.a /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a gcc.o(.rodata+0x1b38): undefined reference to `host_detect_local_cpu' gmake[2]: *** [xgcc] Error 1 gmake[2]: Leaving directory `/usr/ports/devel/cross-gcc/work/build/gcc' gmake[1]: *** [all-gcc] Error 2 gmake[1]: Leaving directory `/usr/ports/devel/cross-gcc/work/build' gmake: *** [all] Error 2 *** Error code 1 Stop in /usr/ports/devel/cross-gcc. *** Error code 1 Am I missing something? Interestingly I find no open bug reports whatsoever on cross-gcc