Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2015 16:05:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-mips@FreeBSD.org
Subject:   [Bug 197259] [mips64] First Pass at clang enabled builds for mips64 (with clang36)
Message-ID:  <bug-197259-27794-uFl0Pmo89J@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-197259-27794@https.bugs.freebsd.org/bugzilla/>
References:  <bug-197259-27794@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197259

--- Comment #22 from Sean Bruno <sbruno@FreeBSD.org> ---
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197259-27794-uFl0Pmo89J>