From owner-freebsd-ppc@freebsd.org Sat Jan 16 04:37:25 2016 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC486A6D7BA for ; Sat, 16 Jan 2016 04:37:25 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-210-3.reflexion.net [208.70.210.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8AAC91CDF for ; Sat, 16 Jan 2016 04:37:24 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 24372 invoked from network); 16 Jan 2016 04:37:33 -0000 Received: from unknown (HELO mail-cs-02.app.dca.reflexion.local) (10.81.19.2) by 0 (rfx-qmail) with SMTP; 16 Jan 2016 04:37:33 -0000 Received: by mail-cs-02.app.dca.reflexion.local (Reflexion email security v7.80.0) with SMTP; Fri, 15 Jan 2016 23:37:20 -0500 (EST) Received: (qmail 27144 invoked from network); 16 Jan 2016 04:37:20 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with SMTP; 16 Jan 2016 04:37:20 -0000 X-No-Relay: not in my network Received: from [192.168.1.8] (c-76-115-7-162.hsd1.or.comcast.net [76.115.7.162]) by iron2.pdx.net (Postfix) with ESMTPSA id 4CDB7B1E001 for ; Fri, 15 Jan 2016 20:37:17 -0800 (PST) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Bug 206303, TARGET_ARCH=powerpc (non-64) stopped for: unsupported argument '-mppc64bridge' to option '-Wc, ' Message-Id: <2F3BF0DD-73B9-42F4-B708-16F1EBEFA004@dsl-only.net> Date: Fri, 15 Jan 2016 20:37:22 -0800 To: FreeBSD PowerPC ML Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) X-Mailer: Apple Mail (2.2104) X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jan 2016 04:37:26 -0000 I have submitted Bug 206303 against 11.0-current for TARGET_ARCH=3Dpowerpc= (non-64) build attempts that are stopped because of: unsupported argument '-mppc64bridge' to option '-Wc,' The context is a clang-based buildworld buildkernel attempt --knowing = that it was unlikelly to complete overall. (It as a clang 3.8.0 based = experiment.) The failure was from: base/head/sys/boot/powerpc/kboot/Makefile The command line getting the message was for compiling conf.c and also = had a -mcpu=3Dpowerpc64 in it. But the error message is: cc: error: unsupported argument '-mppc64bridge' to option '-Wc,' To me this powerpc64 activity seems odd as TARGET_ARCH=3Dpowerpc = activity. =3D=3D=3D Mark Millard markmi at dsl-only.net