From owner-freebsd-mips@FreeBSD.ORG Tue Jul 22 07:39:23 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 1B151106567A; Tue, 22 Jul 2008 07:39:23 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id E42C78FC08; Tue, 22 Jul 2008 07:39:22 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id m6M7bBDX085557; Tue, 22 Jul 2008 01:37:11 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 22 Jul 2008 01:37:21 -0600 (MDT) Message-Id: <20080722.013721.1683323800.imp@bsdimp.com> To: gonzo@freebsd.org From: "M. Warner Losh" In-Reply-To: <48809595.4000006@freebsd.org> References: <487E4DF6.1020106@freebsd.org> <48809595.4000006@freebsd.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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: Tue, 22 Jul 2008 07:39:23 -0000 In message: <48809595.4000006@freebsd.org> Oleksandr Tymoshenko writes: : Erik Moe wrote: : > If you have a patch against HEAD that would be great. : http://people.freebsd.org/~gonzo/mips2.diff.gz I've uploaded my diffs. They are somewhat smaller and don't include other changes. Maybe they'd be easy to review? The trouble is that I run into problems here: cc -O -pipe -EL -msoft-float -G0 -mno-dsp -mabicalls -DHAVE_CONFIG_H -I/cache/svn/head/gnu/lib/libgomp -I. -I/cache/svn/head/gnu/lib/libgomp/../../../contrib/gcclibs/libgomp -I/cache/svn/head/gnu/lib/libgomp/../../../contrib/gcclibs/libgomp/config/posix -c /cache/svn/head/gnu/lib/libgomp/../../../contrib/gcclibs/libgomp/env.c In file included from /cache/svn/head/gnu/lib/libgomp/../../../contrib/gcclibs/libgomp/env.c:32: ./libgomp_f.h: In function 'omp_check_defines': ./libgomp_f.h:59: error: size of array 'test1' is negative ./libgomp_f.h:60: error: size of array 'test2' is negative ./libgomp_f.h:61: error: size of array 'test3' is negative ./libgomp_f.h:62: error: size of array 'test4' is negative ./libgomp_f.h:63: error: size of array 'test5' is negative *** Error code 1 Warner