[Bug 233751] BSD_CRTBEGIN does not work on powerpc

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Dec 4 05:21:49 UTC 2018


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

--- Comment #2 from Mark Millard <marklmi26-fbsd at yahoo.com> ---
(In reply to Mark Millard from comment #1)

I wonder if it is a race condition instead of just-missing
file.

Looking at the build logs I see things like:

--- crtsavres.o ---
. . . 
--- crtsavres.o ---
cc --sysroot=/usr/obj/usr/src/powerpc.powerpc/tmp
-B/usr/obj/usr/src/powerpc.powerpc/tmp/usr/bin -x assembler-with-cpp -O2 -pipe 
 -DIN_GCC -DHAVE_LD_EH_FRAME_HDR -DDT_CONFIG -D__GLIBC__=3
-fno-inline-functions -fno-exceptions  -fno-zero-initialized-in-bss
-fno-asynchronous-unwind-tables  -fno-omit-frame-pointer
-I/usr/src/contrib/gcclibs/include -I/usr/src/contrib/gcc/config
-I/usr/src/contrib/gcc -I.  -I/usr/src/gnu/usr.bin/cc/cc_tools -g  -std=gnu89  
 -finhibit-size-directive -fno-toplevel-reorder    -c
/usr/src/contrib/gcc/config/rs6000/crtsavres.asm  -o crtsavres.o

and:

-- crtsavres.o ---
. . .
--- crtsavres.o ---
cc --sysroot=/usr/obj/usr/src/powerpc.powerpc64/tmp
-B/usr/obj/usr/src/powerpc.powerpc64/tmp/usr/bin -x assembler-with-cpp -O2
-pipe   -DIN_GCC -DHAVE_LD_EH_FRAME_HDR -DDT_CONFIG -D__GLIBC__=3
-fno-inline-functions -fno-exceptions  -fno-zero-initialized-in-bss
-fno-asynchronous-unwind-tables  -fno-omit-frame-pointer
-I/usr/src/contrib/gcclibs/include -I/usr/src/contrib/gcc/config
-I/usr/src/contrib/gcc -I.  -I/usr/src/gnu/usr.bin/cc/cc_tools -g  -std=gnu89  
 -finhibit-size-directive -fno-toplevel-reorder    -c
/usr/src/contrib/gcc/config/rs6000/crtsavres.asm  -o crtsavres.o

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list