summaryrefslogtreecommitdiff
path: root/test/Rules.mak
AgeCommit message (Expand)Author
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
2004-01-02Remove remnants of the gcc wrapperEric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-02-27Fix a silly bugEric Andersen
2003-02-10A few minor little changesEric Andersen
2003-01-23Update tests to be somewhat consistant with the rest of the worldEric Andersen
2002-12-04Change some variable names so we are more consistant with whatEric Andersen
2002-11-28Fix compilation on mipsEric Andersen
2002-10-31Allow 'make clean' on the test stuff to work with the new config system.Eric Andersen
2002-10-01Sigh. OpenBSD used /usr/bin/{true|false}Eric Andersen
2002-06-20Several test case cleanupsEric Andersen
2002-02-26Doh! Tests were not being compiled with warnings and optimizationEric Andersen
2002-02-04Fixup arch substitutionEric Andersen
2002-01-11Build glibc test apps static when told to.Eric Andersen
2001-11-30Always use --uclibc-use-build-dirEric Andersen
2001-09-27Scrub up a few test thingsEric Andersen
2001-08-29Minor updateEric Andersen
2001-08-14Don't use --uclibc-use-build-dir for the tests unless BUILD_UCLIBC_LDSO=trueEric Andersen
2001-07-12Use uClibc's ldd, not the system one which is probably brokenEric Andersen
2001-07-03Scrub up the tests a bit, and force everybody to use theEric Andersen
2001-06-15Make all the uClibc tests use the --uclibc-use-build-dir flagEric Andersen
2001-05-25Added -WallDavid Schleef
2001-05-04Fixup ppc to powerpcEric Andersen
2001-04-27Just use 'ls -l' since ls -sh lacks sufficient granularityEric Andersen
2001-04-23Fix up compiler nameEric Andersen
2001-01-20Reworked all test suite makefiles (man did they need it).Eric Andersen