https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236567
Dimitry Andric changed:
What|Removed |Added
CC||d...@freebsd.org
Stat
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236581
--- Comment #6 from commit-h...@freebsd.org ---
A commit references this bug:
Author: dim
Date: Mon Mar 18 19:11:12 UTC 2019
New revision: 345278
URL: https://svnweb.freebsd.org/changeset/base/345278
Log:
Also explicitly link libomp.so a
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236581
--- Comment #7 from Jan Beich ---
As the custom Makefile copied -Wl,--as-needed from upstream (why?) libomp
itself isn't able to link against libm when using BFD linker.
$ LDFLAGS=-fuse-ld=bfd make cleandir all -sj8
$ ldd $(make -V .OBJDIR
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236581
--- Comment #8 from commit-h...@freebsd.org ---
A commit references this bug:
Author: dim
Date: Mon Mar 18 19:56:00 UTC 2019
New revision: 345282
URL: https://svnweb.freebsd.org/changeset/base/345282
Log:
Remove --as-needed from the link
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236581
--- Comment #9 from Dimitry Andric ---
(In reply to Jan Beich from comment #7)
> As the custom Makefile copied -Wl,--as-needed from upstream (why?)
I used the upstream linking command lines as a reference, so I copied almost
all of the fla
[Looks like insufficient DW_CFA_* information is output and so
insufficient code is executed.]
On 2019-Mar-14, at 18:23, Mark Millard wrote:
> . . . (dropping history) . . .
(As usual, the history shows that I've been figuring things
out as I go.)
As I've looked into the code, operation, dwarf
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236582
--- Comment #6 from commit-h...@freebsd.org ---
A commit references this bug:
Author: dim
Date: Mon Mar 18 21:04:29 UTC 2019
New revision: 345283
URL: https://svnweb.freebsd.org/changeset/base/345283
Log:
Enable building libomp.so for 32
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236582
--- Comment #7 from Jan Beich ---
(In reply to commit-hook from comment #6)
Did you forget share/mk/src.opts.mk?
--
You are receiving this mail because:
You are the assignee for the bug.
___
fre
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236582
--- Comment #8 from commit-h...@freebsd.org ---
A commit references this bug:
Author: dim
Date: Tue Mar 19 06:58:28 UTC 2019
New revision: 345291
URL: https://svnweb.freebsd.org/changeset/base/345291
Log:
Turn on MK_OPENMP for i386 by de