From owner-freebsd-mips@FreeBSD.ORG Wed May 27 16:05:15 2015 Return-Path: Delivered-To: freebsd-mips@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BFE168FB for ; Wed, 27 May 2015 16:05:15 +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 8FD3AFC6 for ; Wed, 27 May 2015 16:05:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t4RG5FWR090641 for ; Wed, 27 May 2015 16:05:15 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-mips@FreeBSD.org Subject: [Bug 197259] [mips64] First Pass at clang enabled builds for mips64 (with clang36) Date: Wed, 27 May 2015 16:05:15 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: sbruno@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: dim@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2015 16:05:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197259 --- Comment #22 from Sean Bruno --- After configuring clang from head and freebsd from head, errors are seen for this target with its handling of .cpsetup still /home/sbruno/clang/build/bin/clang -target mips64-unknown-freebsd11.0 --sysroot=/var/tmp/mips.mips64/usr/home/sbruno/freebsd/tmp -B/var/tmp/mips.mips64/usr/home/sbruno/freebsd/tmp/usr/bin -O -pipe -G0 -I/usr/home/sbruno/freebsd/lib/libc/include -I/usr/home/sbruno/freebsd/lib/libc/../../include -I/usr/home/sbruno/freebsd/lib/libc/mips -DNLS -DSOFTFLOAT -D__DBINTERFACE_PRIVATE -I/usr/home/sbruno/freebsd/lib/libc/../../contrib/gdtoa -I/usr/home/sbruno/freebsd/lib/libc/../../contrib/libc-vis -DINET6 -I/var/tmp/mips.mips64/usr/home/sbruno/freebsd/lib/libc -I/usr/home/sbruno/freebsd/lib/libc/resolv -D_ACL_PRIVATE -DPOSIX_MISTAKE -I/usr/home/sbruno/freebsd/lib/libc/../libmd -I/usr/home/sbruno/freebsd/lib/libc/../../contrib/jemalloc/include -DMALLOC_PRODUCTION -I/usr/home/sbruno/freebsd/lib/libc/../../contrib/tzcode/stdtime -I/usr/home/sbruno/freebsd/lib/libc/stdtime -I/usr/home/sbruno/freebsd/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/usr/home/sbruno/freebsd/lib/libc/rpc -I/usr/home/sbruno/freebsd/lib/libc/mips/softfloat -I/usr/home/sbruno/freebsd/lib/libc/softfloat -DSOFTFLOAT_FOR_GCC -DYP -DNS_CACHING -DSYMBOL_VERSIONING -std=gnu99 -Wsystem-headers -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c /usr/home/sbruno/freebsd/lib/libc/mips/gen/setjmp.S -o setjmp.o /usr/home/sbruno/freebsd/lib/libc/mips/gen/setjmp.S:69:16: error: expected save register or stack offset .cpsetup $25, ((8 * 4) - 3 * 8), setjmp ^ /usr/home/sbruno/freebsd/lib/libc/mips/gen/setjmp.S:81:2: error: unknown directive .cpreturn ^ *** Error code 1 Stop. make[4]: stopped in /usr/home/sbruno/freebsd/lib/libc *** Error code 1 -- You are receiving this mail because: You are on the CC list for the bug.