This code exists to compensate for ancient broken build environments which,
authorRob Landley <rob@landley.net>
Wed, 7 Sep 2005 06:39:02 +0000 (06:39 -0000)
committerRob Landley <rob@landley.net>
Wed, 7 Sep 2005 06:39:02 +0000 (06:39 -0000)
commit90ca6b2878bacfb9a92742aa54255295aa25cf6f
treef3af342196b9349f130bff3c640c7d1404a2e103
parent14efdc58ce064fd4e0601e7099aec1c54bdaba0b
This code exists to compensate for ancient broken build environments which,
as far as I can tell, are no longer relevant.  Modern busybox refuses to
build under libc5 (there's a specific test and #error for that), and
I'm not sure building against 2.1 kernel headers on Alpha was ever relevant.

I'm happy to put any of this back if anybody can point to a real need for it,
but if so we need to specifically document what environment is being
compensated for.  (And we should quarrantine the build environment code
into one place, anyway.  Maybe "quirks.h" for known compiler and
libc quirks?)
libbb/Makefile.in
libbb/module_syscalls.c [deleted file]
libbb/syscalls.c [deleted file]