[Bug 197259] [mips64] First Pass at clang enabled builds for mips64 (with clang36)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed May 27 16:05:15 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197259

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


More information about the freebsd-mips mailing list