summaryrefslogtreecommitdiff
path: root/target/sparc/uclibc.config
AgeCommit message (Collapse)Author
2015-04-14LDSO_RUNPATH_OF_EXECUTABLE is required f.e. for sambaWaldemar Brodkorb
2015-03-29long double math does have compile problems with latest uClibcWaldemar Brodkorb
2015-03-23uClibc added a new symbol for utmp supportWaldemar Brodkorb
2015-02-20use MALLOC with GLIBC_COMPAT for all archsWaldemar Brodkorb
Use MALLOC for uClibc/uClibc-ng 1.0. Choice will be removed in uClibc-ng git.
2014-12-27enable getopt longWaldemar Brodkorb
2014-09-28always enable pthread debug support as discussed with tgWaldemar Brodkorb
2014-09-01update ltp to latest stable upstreamWaldemar Brodkorb
2014-08-20fix some uClibc sparc issues. Disable DO_XSI_MATH for now, because testsuite ↵Waldemar Brodkorb
fails to compile, when enabled. missing bessel float implementation
2014-07-23enable alpha/sparc for testing, it is brokenWaldemar Brodkorb
2014-06-29remove RPC from uclibc, use libtirpcWaldemar Brodkorb
2014-06-29handle debug code handling inside OpenADKWaldemar Brodkorb
2014-06-27add ltp package, add more uClibc options to have a wider test rangeWaldemar Brodkorb
2014-05-24fix uclibc compile for qemu-arm (experimental fix), use DODEBUG as defaultWaldemar Brodkorb
2014-02-17update to uClibc git from 02.2014Waldemar Brodkorb
2012-09-21refresh configsWaldemar Brodkorb
2010-12-30rework architecture / embedded systems conceptWaldemar Brodkorb
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;)
2010-11-18use hardware profiles for sparc/ppc targetsWaldemar Brodkorb