Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
may need to update their paths slightly
|
|
|
|
|
|
|
|
|
|
libraries
|
|
|
|
|
|
|
|
failures from Mike's nightly builds.
|
|
stuff, even the fallback defines.
|
|
|
|
Add selection of 3 ABI.
CPU_CFLAGS is needed to generate correct sysnum.h.
Fix test/Rules.mak.
|
|
|
|
|
|
propogated into generated sysnum.h.
|
|
|
|
|
|
depends on LINUXTHREADS_OLD
|
|
|
|
PS: test for existence on Slowaris was disfunctional, last time i looked. Shouldn't matter much here, though..
|
|
generated header files
|
|
|
|
|
|
|
|
|
|
|
|
I had clearly run search/replace on that were cluttering things up.
|
|
on i.e. NOSTRIP=n gets a bit confusing.
|
|
|
|
latest and
massivly bloated greatest from glibc. And fixes things so the gnu glob interface
is no longer the default.
|
|
cause all this trouble. Now gen_wctype works without the rlimit stack hack.
|
|
we are skipping it
|
|
gen_wctype segfaults on my system when optimized with -O2. It does work
without optimization, even -O1 does not cause the segfault. Problem is in
newopt, at gen_wctype.c:865:
memcpy(tbl->ti + i * blocksize, ti[uniqblock[i]], blocksize);
The segfault is caused by the uninitialized variable uniqblock when
newopt is called recursively. The attached patch fixes this.
|
|
|
|
bcopy/bzero/bcmp/index/rindex
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|