[Bug 4147] arm cross compiler error

bugzilla at busybox.net bugzilla at busybox.net
Fri Sep 9 09:00:49 UTC 2011


https://bugs.busybox.net/show_bug.cgi?id=4147

--- Comment #1 from Denys Vlasenko <vda.linux at googlemail.com>  ---
Strange. On Android, we should avoid using it:

#if defined(ANDROID)
...
# undef HAVE_STRVERSCMP
...
#endif

#if defined(HAVE_STRVERSCMP) && HAVE_STRVERSCMP == 1
        if (sort_opts == SORT_VERSION) {
                dif = strverscmp(d1->name, d2->name);
        } else
#endif

What libc do you use? If uclibc, what is its version?

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list