tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: lang/llvm not buildable on NetBSD/macppc



On Mon, May 23, 2022 at 11:03:38PM +0900, Rin Okuyama wrote:
> Probably, text is simply too large. I'm not sure whether this is
> compiled by clang or gcc, but -mlongcall should work for both.

It is compiled by gcc, and it seems to be using -mlongcall:

[*] c++ -O2 -pipe -mlongcall -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/python3.9 -I/usr/pkg/include -mlongcall -v -o CMakeFiles/cmTC_64d00.dir/CMakeCXXCompilerABI.cpp.o -c /usr/pkg/share/cmake-3.23/Modules/CMakeCXXCompilerABI.cpp
<.> /usr/pkgobj/lang/llvm/work/.gcc/bin/g++ -Wl,-zrelro -std=c++14 -O2 -pipe -mlongcall -D_FORTIFY_SOURCE=2 -I/usr/pkgobj/lang/llvm/work/.buildlink/include/python3.9 -I/usr/pkgobj/lang/llvm/work/.buildlink/include -mlongcall -v -o CMakeFiles/cmTC_64d00.dir/CMakeCXXCompilerABI.cpp.o -c /usr/pkg/share/cmake-3.23/Modules/CMakeCXXCompilerABI.cpp -fstack-protector-strong

Martin



Home | Main Index | Thread Index | Old Index