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

Ian Lepore <i...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |i...@freebsd.org

--- Comment #3 from Ian Lepore <i...@freebsd.org> ---
This problem also affects arm and armv6.  Ports that are built with gcc (from
ports, not the old one in base) will have references to symbols named __aeabi_*
which are compiler helper routines to implement the arm abi.  Our libgcc_s and
libc in base (both are involved, for arcane reasons) export a small subset of
the __aeabi routines, just the ones referenced by gcc 4.2.1.  I have no opinion
on how to fix it, just pointing out that trying to use the libgcc_s from base
instead of the one in $LOCALBASE that matches the gcc used to build the port is
a real problem on arm.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to