index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Rules.mak
Age
Commit message (
Expand
)
Author
2005-08-17
make sure UCLIBC_LDSO is defined if we are running in a test subdir rather th...
Mike Frysinger
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
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
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
2002-10-01
Sigh. OpenBSD used /usr/bin/{true|false}
Eric Andersen
2002-06-20
Several test case cleanups
Eric Andersen
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
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
2001-07-12
Use uClibc's ldd, not the system one which is probably broken
Eric Andersen
2001-07-03
Scrub up the tests a bit, and force everybody to use the
Eric Andersen
2001-06-15
Make all the uClibc tests use the --uclibc-use-build-dir flag
Eric Andersen
2001-05-25
Added -Wall
David Schleef
2001-05-04
Fixup ppc to powerpc
Eric Andersen
2001-04-27
Just use 'ls -l' since ls -sh lacks sufficient granularity
Eric Andersen
2001-04-23
Fix up compiler name
Eric Andersen
2001-01-20
Reworked all test suite makefiles (man did they need it).
Eric Andersen