summaryrefslogtreecommitdiff
path: root/test/Rules.mak
AgeCommit message (Expand)Author
2016-01-02remove deprecated architectures v850/i960Waldemar Brodkorb
2015-12-17only strip test binaries when DOSTRIP is enabledWaldemar Brodkorb
2014-12-30be sure to use EXTRA_CFLAGS for tests, tooWaldemar Brodkorb
2014-12-15test: Some more tests under conditionalsBernhard Reutner-Fischer
2013-03-14buildsys: tweak KCONFIG_CONFIG exportBernhard Reutner-Fischer
2012-06-15add LDSO_SAFE_RUNPATH config optionPeter S. Mazinger
2012-02-07tests: fix tests build (LDFLAGS_GNUHASH not longer defined)Carmelo Amoroso
2012-01-15tests: skip redundant -Wstrict-prototypes setupMike Frysinger
2012-01-14buildsys: cache build flags in varsMike Frysinger
2010-04-06Merge commit 'origin/master' into nptlAustin Foxley
2010-04-06getconf: move to utils/Bernhard Reutner-Fischer
2010-04-02Merge commit 'origin/master' into nptlAustin Foxley
2010-03-12add MULTILIB_DIR: Path component for libdirsBernhard Reutner-Fischer
2009-12-16fix compiling test cases in static modeAustin Foxley
2009-11-29test/Rules.mak: disable -z,defs for nowAustin Foxley
2009-11-26correct commentBernhard Reutner-Fischer
2009-11-25pass more ld flagsBernhard Reutner-Fischer
2009-11-19test: sync up with toplevel buildsysBernhard Reutner-Fischer
2009-07-23testsuite: use KERNEL_HEADERSDenys Vlasenko
2009-02-02libm/ldouble_wrappers.c: add libm_hidden_def's to fix testsuite buildDenis Vlasenko
2009-01-28"make utils" now successfully makes utils for targetDenis Vlasenko
2008-10-10- add and use EXTRA_DIRS to wipe the test/locale/C directoryBernhard Reutner-Fischer
2008-07-11- remove the error counterBernhard Reutner-Fischer
2008-07-11- add error-counter, do not immediately exit if a testcase fails but printBernhard Reutner-Fischer
2008-07-11wow. So why does test/ keep it's own copy of CFLAGS guessing etc?Bernhard Reutner-Fischer
2008-07-08Fix the test build system by installing headers on a local folderCarmelo Amoroso
2008-01-05Chris Zankel writes:Mike Frysinger
2007-11-07Added support for GNU hash style into dynamic linkerCarmelo Amoroso
2007-03-05New test targets 'compile' and 'run'Khem Raj
2007-02-21drop -Wl,-warn-common since it doesnt serve much purposeMike Frysinger
2006-12-20make sure UCLIBC_LDSO can be found via pathMike Frysinger
2006-12-16start pulling in top level Rules.mak so we get access to import CFLAGS/LDFLAG...Mike Frysinger
2006-11-04mips64 patch from Atsushi Nemoto:Eric Andersen
2006-07-05fixup my copyright notice, trim stale remnants of older notices whichEric Andersen
2006-03-02allow env to inject more CFLAGS/LDFLAGS, and remove old LSFLAGSMike Frysinger
2006-02-28set dynamic linker if we are building as sharedMike Frysinger
2006-02-15make sure we build against local headers and link against local libsMike Frysinger
2006-02-14touchup whitespace, remove STRIPTOOL since we no longer use it, and add -Wl,-...Mike Frysinger
2006-02-14include toplevel testdirMike Frysinger
2006-02-14add support for pretty output, remove LDD, make sure we build tests as GNU_SO...Mike Frysinger
2005-11-25Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapierPeter S. Mazinger
2005-11-21Remove TOPDIR, update copyrightPeter S. Mazinger
2005-08-17make sure UCLIBC_LDSO is defined if we are running in a test subdir rather th...Mike Frysinger
2005-08-12Removed hardcoded ld-uClibc.so.0 in uClibc. From Peter Mazinger.Joakim Tjernlund
2005-07-14when running shared tests, use the toplevel ldsoMike Frysinger
2005-07-02make sure we strip quotes from the cross compiler prefixMike Frysinger
2005-07-01use $(CROSS_COMPILER_PREFIX) by default for CROSS settingMike Frysinger
2005-06-30dont try to run ldd if LDSO_LDD_SUPPORT is disabled in .configMike Frysinger
2005-06-29clean up and use topdir .config instead of local ConfigMike Frysinger
2004-08-26Fixes from gentoo.Manuel Novoa III