Mike Frysinger
|
6c4a49d991
tweak whitespace/syntax
|
20 years ago |
Mike Frysinger
|
e964c24efe
remove errno include since we dont use any errno stuff, remove #error left behind, and touchup syntax
|
20 years ago |
Mike Frysinger
|
5b513293c0
add a new option for enabling pthreads debug output
|
20 years ago |
Mike Frysinger
|
a9936df5a8
we have to depend on BUILD_UCLIBC_LDSO in order for the makeconfig output to look right
|
20 years ago |
Mike Frysinger
|
e0308acf28
update the debug macros so they build with newer gcc versions
|
20 years ago |
Mike Frysinger
|
2f1c4fcdbb
GNU libc -> glibc
|
20 years ago |
Mike Frysinger
|
f5dd713e07
use $(CROSS_COMPILER_PREFIX) by default for CROSS setting
|
20 years ago |
Mike Frysinger
|
9f8bdb523e
reenable the glibc portion of the test so that we can do a non-interactive/silent comparison between uclibc and glibc results
|
20 years ago |
Mike Frysinger
|
f12af6c9ca
update tests to check exit status and abort only if things didnt work correctly
|
20 years ago |
Mike Frysinger
|
ffbec081e4
make the test silent/non-interactive and only abort if it actually fails
|
20 years ago |
Mike Frysinger
|
6eb01343b4
make test output nicer so its easier to go through a log of `make -s` and find out what works/fails
|
20 years ago |
Mike Frysinger
|
095ca55f2e
remove old depend on Config and make it so that a test failure aborts the make process
|
20 years ago |
Mike Frysinger
|
de8b8b0b0b
dont try to run ldd if LDSO_LDD_SUPPORT is disabled in .config
|
20 years ago |
Mike Frysinger
|
5869c64887
type cast output to prevent build warnings
|
20 years ago |
Mike Frysinger
|
7092c31411
type cast output to prevent build warnings
|
20 years ago |
Mike Frysinger
|
4ba9dfc1e3
remove unused variable
|
20 years ago |
Mike Frysinger
|
b9cf383536
fix type casting so we dont have any warnings on 32/64 bit arches
|
20 years ago |
Mike Frysinger
|
6a986cd382
fix ALL_SUBDIRS/DIRS setting so clean always kills everything
|
20 years ago |
Mike Frysinger
|
45cba8b942
exit with an error if thread functions failed so make can detect the problem
|
20 years ago |
Mike Frysinger
|
3606882671
oops, we dont want to use relative paths for the header files
|
20 years ago |
Mike Frysinger
|
4e5affec0c
remove pointless exit 1 ... if $(AR) fails then make will abort ok
|
20 years ago |
Mike Frysinger
|
9763cff2eb
fix typo in umount2() emulation of umount()
|
20 years ago |
Mike Frysinger
|
8dae092bd9
if the include files get updated we want to rebuild
|
20 years ago |
Mike Frysinger
|
59cc1e9342
create generic ELF_* macros to hide 32/64 bit differences
|
20 years ago |
Mike Frysinger
|
95223e89a7
whitespace tweaks
|
20 years ago |
Mike Frysinger
|
6512a60090
change all Elf32_* usage to ElfW(*) usage since we shouldnt care about the bitsize
|
20 years ago |
Joakim Tjernlund
|
61e5097b07
Quick and dirty hack to prevent ld.so from beeing loaded twice.
|
20 years ago |
Mike Frysinger
|
5602071008
typecast to long instead of int so pointers on 64bit arches can be typecast safely
|
20 years ago |
Mike Frysinger
|
47b68851d3
small whitespace fix
|
20 years ago |
Mike Frysinger
|
1c5655bd37
err revert %p->%x change since _dl_printf() is not fprintf()
|
20 years ago |