Peter S. Mazinger
|
b870fba08e
Make utils includable into main Makefile.in, add compile.u and hcompile.u, usable in utils and probably tests. vapier, please quite them if you want to
|
19 years ago |
Mike Frysinger
|
0983188668
use the local elf.h since the host toolchain probably sucks #555
|
19 years ago |
Peter S. Mazinger
|
00e04cb76f
Do not create header links, use -I to find them. Moved dl-progname.h to ldso/ldso, that will exist if top_srcdir != top_builddir.
|
19 years ago |
Peter S. Mazinger
|
8dfe599d81
Replace TOPDIR, add/update copyright
|
19 years ago |
Peter S. Mazinger
|
fbad3ebcb4
Replace TOPDIR
|
19 years ago |
Mike Frysinger
|
ff10e4e4fa
use $TOPDIR instead of ../ and utilize -B so that our target utils use the correct crt files
|
19 years ago |
Mike Frysinger
|
517f68409f
update license info
|
19 years ago |
Peter S. Mazinger
|
3a7ac9c7a7
Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much.
|
19 years ago |
Peter S. Mazinger
|
1db3d05e27
chroot_realpath.c is a dependency also for target ldconfig
|
19 years ago |
Eric Andersen
|
d5b26eae20
Allow ldconfig.host to build ld.so.cache for target, regardless of
|
19 years ago |
Mike Frysinger
|
7cd0c0eb53
use local header files rather than toolchain header files #444 by ee_doright
|
19 years ago |
Mike Frysinger
|
b4eef71704
make sure our utils link against the currently built libc rather than the toolchain one
|
19 years ago |
Peter S. Mazinger
|
0929e196d2
no check needed in libm/libpthread, we do not recurse anymore if the related option is not set, more Makefile cleanups
|
19 years ago |
Mike Frysinger
|
dccf984009
touchup CFLAGS and also link the link.h header file like we do with elf.h
|
19 years ago |
Peter S. Mazinger
|
3e458f0e82
utils should be built all the time (iconv), disable building readelf
|
19 years ago |
Mike Frysinger
|
ef8c7a93f9
touchup PIE support for all the utils and fix stripping on iconv
|
19 years ago |
Mike Frysinger
|
f3c7774ff4
need -s for STRIPTOOL with iconv too as psm pointed out
|
19 years ago |
Mike Frysinger
|
fa82a98b28
need to run STRIPTOOL with -s to replace behavior lost from gcc -s
|
19 years ago |
Mike Frysinger
|
8078b0ff43
remove strip flags and let STRIPTOOL do the work
|
19 years ago |
Mike Frysinger
|
f13d9be54c
get rid of LDPIEFLAG since PIEFLAG is already used
|
19 years ago |
Mike Frysinger
|
80c8cb66b4
white space clean up
|
20 years ago |
Eric Andersen
|
b872898162
Per http://bugs.uclibc.org/view.php?id=15, patch from kergoth:
|
20 years ago |
Eric Andersen
|
8f6b29e669
cleanup, and prevent failures due to including architecture specific
|
20 years ago |
Eric Andersen
|
3d831a7c27
Cleaned up patch from Peter S. Mazinger adding support for
|
20 years ago |
Manuel Novoa III
|
2224e6ca64
Rip out Peter's unacceptable "fix" and do the sane thing instead; build
|
20 years ago |
Joakim Tjernlund
|
13ca772ddc
Peter Mazinger writes:
|
20 years ago |
Joakim Tjernlund
|
6bc6a6f5d7
Peter Mazinger writes:
|
20 years ago |
Joakim Tjernlund
|
7eea9ca077
Peter S. Mazinger writes:
|
20 years ago |
Joakim Tjernlund
|
9f9ab49223
Puts common defines into dl-defs.h (in ldso/include) from dl-elf.h and
|
20 years ago |
Joakim Tjernlund
|
9dca9ff973
Peter S. Mazinger writes:
|
20 years ago |