From owner-freebsd-mips@FreeBSD.ORG Thu Jul 17 15:32:49 2008 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62170106566B for ; Thu, 17 Jul 2008 15:32:49 +0000 (UTC) (envelope-from ehmoeok@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.237]) by mx1.freebsd.org (Postfix) with ESMTP id 3D0BC8FC15 for ; Thu, 17 Jul 2008 15:32:49 +0000 (UTC) (envelope-from ehmoeok@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so7375341rvf.43 for ; Thu, 17 Jul 2008 08:32:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=EGkVRNwrqMIJwT7e2joo3QnTMfH8RoE7H+mcjf5yO8w=; b=EPgw1mti2KRHmjFcFDo0uD77iEyH1rh1XyMRjpSyi/8Cdn6/sVOY3bsRdafuQTdCI1 BByRHbS3CDJyOBy5/NKXc4ZrnzKmwSniHaFB7+axp6g1ZMfroOAkMk0rubzw8FhtP8iU iwwzJ5inEES6HSszexVBOQ2um+YAVZuVvo4UE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=vsd/DO1CC0yyOa0/lESiauadroQCyVXhLO6DIjMZ15JqnHpx0yFkQDyi8ViIbSzw6d KIt8TJklcYI6FXGNodGIHjMq4A6+nYGPBDkC7i1VtlEF16jlriylMg68+2DOE7MEZQ1F FuwWAi9ZS5AksKi0fK3R/ofLsGFIEkdTboSvw= Received: by 10.141.5.3 with SMTP id h3mr1259368rvi.138.1216308768424; Thu, 17 Jul 2008 08:32:48 -0700 (PDT) Received: by 10.141.98.6 with HTTP; Thu, 17 Jul 2008 08:32:48 -0700 (PDT) Message-ID: Date: Thu, 17 Jul 2008 09:32:48 -0600 From: "Erik Moe" To: "Oleksandr Tymoshenko" In-Reply-To: <487E4DF6.1020106@freebsd.org> MIME-Version: 1.0 References: <487D2407.8070001@gmail.com> <487E4DF6.1020106@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-mips@freebsd.org Subject: Re: Building FreeBSD MIPS X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2008 15:32:49 -0000 If you have a patch against HEAD that would be great. Thanks, On Wed, Jul 16, 2008 at 1:37 PM, Oleksandr Tymoshenko wrote: > Erik Moe wrote: > >> I getting the following error: >> >> make: don't know how to make >> /usr/home/emoe/fbsd-mips/current-svn/head/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config//.c. >> Stop >> >> I believe that this is because the GCC_CPU variable is not being set in >> gnu/usr.bin/cc/Makefile.tgt >> > The problem is not only in that. We're waiting for proper toolchain > import > to happen. Meanwhile, if you're interested I can provide mips2 snapshot or > patch against HEAD. > > -- > gonzo >