Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-19 | test: sync up with toplevel buildsys | Bernhard Reutner-Fischer | |
test/Rules.mak was duplicating too much from the toplevel Rules.mak (which is included anyway). Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-07-23 | testsuite: use KERNEL_HEADERS | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-02-02 | libm/ldouble_wrappers.c: add libm_hidden_def's to fix testsuite build | Denis Vlasenko | |
test/Rules.mak: don't pass target options to host build test/math/basic-test.c: fix test build error patching file test/unistd/errno.c: fix test build warning | |||
2009-01-28 | "make utils" now successfully makes utils for target | Denis Vlasenko | |
2008-10-10 | - add and use EXTRA_DIRS to wipe the test/locale/C directory | Bernhard Reutner-Fischer | |
2008-07-11 | - remove the error counter | Bernhard Reutner-Fischer | |
2008-07-11 | - add error-counter, do not immediately exit if a testcase fails but print | Bernhard Reutner-Fischer | |
the overall error-counter at the end and exit accordingly. | |||
2008-07-11 | wow. So why does test/ keep it's own copy of CFLAGS guessing etc? | Bernhard Reutner-Fischer | |
2008-07-08 | Fix the test build system by installing headers on a local folder | Carmelo Amoroso | |
instead of using internal headers. Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2008-01-05 | Chris Zankel writes: | Mike Frysinger | |
The following patches add support for the Xtensa processor architecture to uClibc. They are based on a recent SVN checkout (12/05/2007). The first patch (attached to this post) adds Xtensa support to various shared configuration and make files. The following patches then include the Xtensa specific files and directories. I welcome any feedback and would appreciate it if you could include the patches into the mainline tree. I am certainly committed to maintain the port. Bob Wilson was kind enough to review the patches. Some notes about the architecture: Xtensa is a configurable and extensible processor architecture developed by Tensilica. For more information, please visit: www.linux-xtensa.org. | |||
2007-11-07 | Added support for GNU hash style into dynamic linker | Carmelo Amoroso | |
2007-03-05 | New test targets 'compile' and 'run' | Khem Raj | |
2007-02-21 | drop -Wl,-warn-common since it doesnt serve much purpose | Mike Frysinger | |
2006-12-20 | make sure UCLIBC_LDSO can be found via path | Mike Frysinger | |
2006-12-16 | start pulling in top level Rules.mak so we get access to import ↵ | Mike Frysinger | |
CFLAGS/LDFLAGS/CPPFLAGS | |||
2006-11-04 | mips64 patch from Atsushi Nemoto: | Eric Andersen | |
Add selection of 3 ABI. CPU_CFLAGS is needed to generate correct sysnum.h. Fix test/Rules.mak. | |||
2006-07-05 | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen | |
I had clearly run search/replace on that were cluttering things up. | |||
2006-03-02 | allow env to inject more CFLAGS/LDFLAGS, and remove old LSFLAGS | Mike Frysinger | |
2006-02-28 | set dynamic linker if we are building as shared | Mike Frysinger | |
2006-02-15 | make sure we build against local headers and link against local libs | Mike Frysinger | |
2006-02-14 | touchup whitespace, remove STRIPTOOL since we no longer use it, and add ↵ | Mike Frysinger | |
-Wl,-rpath to default LDFLAGS to fix shared runtime tests to make sure we load libs from the local build rather than the system or (even worse) glibc | |||
2006-02-14 | include toplevel testdir | Mike Frysinger | |
2006-02-14 | add support for pretty output, remove LDD, make sure we build tests as ↵ | Mike Frysinger | |
GNU_SOURCE, and link against currently compiled libs | |||
2005-11-25 | Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapier | Peter S. Mazinger | |
2005-11-21 | Remove TOPDIR, update copyright | Peter S. Mazinger | |
2005-08-17 | make sure UCLIBC_LDSO is defined if we are running in a test subdir rather ↵ | Mike Frysinger | |
than toplevel | |||
2005-08-12 | Removed hardcoded ld-uClibc.so.0 in uClibc. From Peter Mazinger. | Joakim Tjernlund | |
2005-07-14 | when running shared tests, use the toplevel ldso | Mike Frysinger | |
2005-07-02 | make sure we strip quotes from the cross compiler prefix | Mike Frysinger | |
2005-07-01 | use $(CROSS_COMPILER_PREFIX) by default for CROSS setting | Mike Frysinger | |
2005-06-30 | dont try to run ldd if LDSO_LDD_SUPPORT is disabled in .config | Mike Frysinger | |
2005-06-29 | clean up and use topdir .config instead of local Config | Mike Frysinger | |
2004-08-26 | Fixes from gentoo. | Manuel Novoa III | |
2004-01-02 | Remove remnants of the gcc wrapper | Eric Andersen | |
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen | |
rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM). | |||
2003-02-27 | Fix a silly bug | Eric Andersen | |
2003-02-10 | A few minor little changes | Eric Andersen | |
2003-01-23 | Update tests to be somewhat consistant with the rest of the world | Eric Andersen | |
2002-12-04 | Change some variable names so we are more consistant with what | Eric Andersen | |
the linux kernel uses. -Erik | |||
2002-11-28 | Fix compilation on mips | Eric Andersen | |
2002-10-31 | Allow 'make clean' on the test stuff to work with the new config system. | Eric Andersen | |
-Erik | |||
2002-10-01 | Sigh. OpenBSD used /usr/bin/{true|false} | Eric Andersen | |
2002-06-20 | Several test case cleanups | Eric Andersen | |
-Erik | |||
2002-02-26 | Doh! Tests were not being compiled with warnings and optimization | Eric Andersen | |
2002-02-04 | Fixup arch substitution | Eric Andersen | |
2002-01-11 | Build glibc test apps static when told to. | Eric Andersen | |
Make tiny live up to its name. | |||
2001-11-30 | Always use --uclibc-use-build-dir | Eric Andersen | |
2001-09-27 | Scrub up a few test things | Eric Andersen | |
2001-08-29 | Minor update | Eric Andersen | |
2001-08-14 | Don't use --uclibc-use-build-dir for the tests unless BUILD_UCLIBC_LDSO=true | Eric Andersen | |