From owner-freebsd-bugs@freebsd.org Tue Feb 21 01:01:57 2017 Return-Path: Delivered-To: freebsd-bugs@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 70F9DCE6540 for ; Tue, 21 Feb 2017 01:01:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 524C21EC6 for ; Tue, 21 Feb 2017 01:01:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v1L11vYb018821 for ; Tue, 21 Feb 2017 01:01:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 217259] riscv/riscv64 fails to compile on ^/stable/11: error: unrecognized command line option '-msoft-float'; did you mean '-mno-float'? Date: Tue, 21 Feb 2017 01:01:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: conf X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ngie@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2017 01:01:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217259 Bug ID: 217259 Summary: riscv/riscv64 fails to compile on ^/stable/11: error: unrecognized command line option '-msoft-float'; did you mean '-mno-float'? Product: Base System Version: CURRENT Hardware: riscv OS: Any Status: New Severity: Affects Some People Priority: --- Component: conf Assignee: freebsd-bugs@FreeBSD.org Reporter: ngie@FreeBSD.org Some of the required backports for riscv64 seem to be missing, which would address this issue (in particular r308731). This causes build failures when building riscv/riscv64 . >From https://ci.freebsd.org/job/FreeBSD-stable-11-riscv64-build/16/console : 10:51:28 /usr/local/bin/riscv64-unknown-freebsd11.0-gcc -isystem /workspace/obj/riscv.riscv64/workspace/src/tmp/usr/include -L/workspace/obj/riscv.riscv64/workspace/src/tmp/usr/lib --sysroot=3D/workspace/obj/riscv.riscv64/workspace/src/tmp -B/usr/local/riscv64-freebsd/bin/ -O2 -pipe -DHAVE_CONFIG_H -I/workspace/src/gnu/lib/libssp/libssp_nonshared/..=20 -I/workspace/src/gnu/lib/libssp/libssp_nonshared/../../../../contrib/gcclib= s/libssp -I/workspace/src/gnu/lib/libssp/libssp_nonshared/../../../../contrib/gcclib= s/include -fPIC -DPIC -fvisibility=3Dhidden -msoft-float -MD -MF.depend.ssp-local.o -MTssp-local.o -std=3Dgnu99 -fstack-protector-strong -Wno-error=3Dunused-fu= nction -Wno-error=3Denum-compare -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dbool-compare -Wno-error=3Duninitialized -Wno-error=3Darray-bou= nds -Wno-error=3Dclobbered -Wno-error=3Dcast-align -Wno-error=3Dextra -Wno-error=3Dattributes -Wno-error=3Dinline -Wno-error=3Dunused-but-set-var= iable -Wno-error=3Dunused-value -Wno-error=3Dstrict-aliasing -Wno-error=3Daddress= -c /workspace/src/gnu/lib/libssp/libssp_nonshared/../../../../contrib/gcclibs/= libssp/ssp-local.c -o ssp-local.o 10:51:28 --- gnu/lib/libgcc__PL --- 10:51:28 --- beforebuild --- 10:51:28 --- gnu/lib/libssp/libssp_nonshared__PL --- 10:51:28 riscv64-unknown-freebsd11.0-gcc: error: unrecognized command line option '-msoft-float'; did you mean '-mno-float'? 10:51:28 *** [ssp-local.o] Error code 1 --=20 You are receiving this mail because: You are the assignee for the bug.=