summaryrefslogtreecommitdiffstats
path: root/test/Rules.mak
Commit message (Collapse)AuthorAgeFilesLines
* tests: skip redundant -Wstrict-prototypes setupMike Frysinger2012-01-151-1/+0
| | | | | | | We inherit the top-level Rules.mak which sets up this flag for us, so just rely on that. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* buildsys: cache build flags in varsMike Frysinger2012-01-141-1/+2
| | | | | | | | | | | Running `make clean` atm takes like 20 seconds because every subdir re-evaluates all the toolchain flags. Add some helpers to automate the process of setting up variables to cache the result of tests, as well as the checking of an already set flag. Now `make clean` takes like 2 seconds on my system. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Merge commit 'origin/master' into nptlAustin Foxley2010-04-061-0/+1
|\ | | | | | | | | | | | | | | Conflicts: libc/misc/utmp/utent.c libc/sysdeps/linux/i386/bits/syscalls.h Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
| * getconf: move to utils/Bernhard Reutner-Fischer2010-04-061-0/+1
| | | | | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* | Merge commit 'origin/master' into nptlAustin Foxley2010-04-021-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.in extra/Configs/Config.in libc/sysdeps/linux/common/bits/kernel-features.h libc/sysdeps/linux/common/poll.c libc/sysdeps/linux/common/sysdep.h libc/sysdeps/linux/sh/sysdep.h Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
| * add MULTILIB_DIR: Path component for libdirsBernhard Reutner-Fischer2010-03-121-1/+1
| | | | | | | | | | | | defaults to "lib". Other prominent values include "lib32" or "lib64" Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* | fix compiling test cases in static modeAustin Foxley2009-12-161-2/+1
| | | | | | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* | test/Rules.mak: disable -z,defs for nowAustin Foxley2009-11-291-2/+2
|/ | | | | | | * A bunch of the nptl tests don't compile when -z,defs is on * also turn on -std=gnu99 for the HOSTCC (_glibc) compiles Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* correct commentBernhard Reutner-Fischer2009-11-261-3/+1
| | | | | | and disable built-in rules Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* pass more ld flagsBernhard Reutner-Fischer2009-11-251-1/+1
| | | | | | add -z defs,now Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* test: sync up with toplevel buildsysBernhard Reutner-Fischer2009-11-191-60/+28
| | | | | | | 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>
* testsuite: use KERNEL_HEADERSDenys Vlasenko2009-07-231-0/+10
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* libm/ldouble_wrappers.c: add libm_hidden_def's to fix testsuite buildDenis Vlasenko2009-02-021-1/+3
| | | | | | | 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
* "make utils" now successfully makes utils for targetDenis Vlasenko2009-01-281-2/+3
|
* - add and use EXTRA_DIRS to wipe the test/locale/C directoryBernhard Reutner-Fischer2008-10-101-0/+1
|
* - remove the error counterBernhard Reutner-Fischer2008-07-111-2/+0
|
* - add error-counter, do not immediately exit if a testcase fails but printBernhard Reutner-Fischer2008-07-111-0/+2
| | | | the overall error-counter at the end and exit accordingly.
* wow. So why does test/ keep it's own copy of CFLAGS guessing etc?Bernhard Reutner-Fischer2008-07-111-1/+1
|
* Fix the test build system by installing headers on a local folderCarmelo Amoroso2008-07-081-2/+7
| | | | | | | instead of using internal headers. Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Chris Zankel writes:Mike Frysinger2008-01-051-0/+1
| | | | | | | | | | | | | | | | | | 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.
* Added support for GNU hash style into dynamic linkerCarmelo Amoroso2007-11-071-0/+5
|
* New test targets 'compile' and 'run'Khem Raj2007-03-051-5/+12
|
* drop -Wl,-warn-common since it doesnt serve much purposeMike Frysinger2007-02-211-4/+4
|
* make sure UCLIBC_LDSO can be found via pathMike Frysinger2006-12-201-1/+7
|
* start pulling in top level Rules.mak so we get access to import ↵Mike Frysinger2006-12-161-4/+5
| | | | CFLAGS/LDFLAGS/CPPFLAGS
* mips64 patch from Atsushi Nemoto:Eric Andersen2006-11-041-2/+1
| | | | | | Add selection of 3 ABI. CPU_CFLAGS is needed to generate correct sysnum.h. Fix test/Rules.mak.
* fixup my copyright notice, trim stale remnants of older notices whichEric Andersen2006-07-051-6/+7
| | | | I had clearly run search/replace on that were cluttering things up.
* allow env to inject more CFLAGS/LDFLAGS, and remove old LSFLAGSMike Frysinger2006-03-021-7/+3
|
* set dynamic linker if we are building as sharedMike Frysinger2006-02-281-3/+4
|
* make sure we build against local headers and link against local libsMike Frysinger2006-02-151-2/+2
|
* touchup whitespace, remove STRIPTOOL since we no longer use it, and add ↵Mike Frysinger2006-02-141-7/+4
| | | | -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
* include toplevel testdirMike Frysinger2006-02-141-4/+5
|
* add support for pretty output, remove LDD, make sure we build tests as ↵Mike Frysinger2006-02-141-13/+47
| | | | GNU_SOURCE, and link against currently compiled libs
* Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapierPeter S. Mazinger2005-11-251-1/+1
|
* Remove TOPDIR, update copyrightPeter S. Mazinger2005-11-211-5/+8
|
* make sure UCLIBC_LDSO is defined if we are running in a test subdir rather ↵Mike Frysinger2005-08-171-0/+4
| | | | than toplevel
* Removed hardcoded ld-uClibc.so.0 in uClibc. From Peter Mazinger.Joakim Tjernlund2005-08-121-1/+1
|
* when running shared tests, use the toplevel ldsoMike Frysinger2005-07-141-1/+3
|
* make sure we strip quotes from the cross compiler prefixMike Frysinger2005-07-021-1/+1
|
* use $(CROSS_COMPILER_PREFIX) by default for CROSS settingMike Frysinger2005-07-011-1/+1
|
* dont try to run ldd if LDSO_LDD_SUPPORT is disabled in .configMike Frysinger2005-06-301-2/+6
|
* clean up and use topdir .config instead of local ConfigMike Frysinger2005-06-291-44/+45
|
* Fixes from gentoo.Manuel Novoa III2004-08-261-1/+1
|
* Remove remnants of the gcc wrapperEric Andersen2004-01-021-3/+3
|
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-0/+2
| | | | | | | 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).
* Fix a silly bugEric Andersen2003-02-271-2/+2
|
* A few minor little changesEric Andersen2003-02-101-7/+6
|
* Update tests to be somewhat consistant with the rest of the worldEric Andersen2003-01-231-28/+41
|
* Change some variable names so we are more consistant with whatEric Andersen2002-12-041-2/+2
| | | | | the linux kernel uses. -Erik
* Fix compilation on mipsEric Andersen2002-11-281-6/+8
|