summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
...
* the 16/32 swap funcs were swapped #875Mike Frysinger2006-05-261-2/+2
|
* remove warning since it seems to have "gone away" nowMike Frysinger2006-02-261-0/+2
|
* make sure we first search for libraries in the newly built tree rather than ↵Mike Frysinger2006-02-151-1/+1
| | | | the compiler path
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵Peter S. Mazinger2006-01-222-5/+2
| | | | is a useless attempt
* remove newlines from warning messagesMike Frysinger2006-01-111-3/+3
|
* import a bunch of defines from gnu binutils including blackfin for Lie ZhangMike Frysinger2006-01-031-14/+44
|
* tell people to ignore these two warnings unless someone can figure out how ↵Mike Frysinger2005-12-301-0/+1
| | | | to make them go away ... the vfork() is safe due to the logic following it
* use ElfW(Addr) instead of ElfW(Word) since elf word types are always 32bits ↵Mike Frysinger2005-12-301-9/+9
| | | | in size, even on 64bit hosts, while Addr is the proper native size ... also get creative with our signed/unsigned usage to get rid of warnings
* need to make sure elf_find_dynamic(key) is big enough to handle 64bit hostsMike Frysinger2005-12-302-2/+2
|
* fix signed/unsigned warningsMike Frysinger2005-12-293-6/+6
|
* Solve warning about redefined _GNU_SOURCE, allow iconv to buildPeter S. Mazinger2005-12-102-2/+5
|
* touchup styleMike Frysinger2005-12-091-18/+23
|
* Add -DNOT_IN_libc to disable the libc-internal.h stuffPeter S. Mazinger2005-12-081-1/+1
|
* Correct typo, iconv binary does not use the internal versionsPeter S. Mazinger2005-12-061-1/+1
|
* Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapierPeter S. Mazinger2005-11-251-5/+5
|
* Same for utils, renamed install_utils to utils_install to avoid conflict ↵Peter S. Mazinger2005-11-251-6/+2
| | | | when added to top Makefile.in
* Rename NATIVE_LDFLAGS to BUILD_LDFLAGS proposed by vapierPeter S. Mazinger2005-11-251-1/+1
|
* Move _GNU_SOURCE from file to CFLAGS, make use of NATIVE_LDFLAGSPeter S. Mazinger2005-11-242-3/+3
|
* update licenseMike Frysinger2005-11-231-7/+12
|
* Make utils includable into main Makefile.in, add compile.u and hcompile.u, ↵Peter S. Mazinger2005-11-232-93/+98
| | | | usable in utils and probably tests. vapier, please quite them if you want to
* use the local elf.h since the host toolchain probably sucks #555Mike Frysinger2005-11-221-0/+2
|
* fix bswap32/bswap16 macros for non-linux targets as reported by Melange in ↵Mike Frysinger2005-11-211-16/+12
| | | | Bug 553
* Do not create header links, use -I to find them. Moved dl-progname.h to ↵Peter S. Mazinger2005-11-211-10/+4
| | | | ldso/ldso, that will exist if top_srcdir != top_builddir.
* Replace TOPDIR, add/update copyrightPeter S. Mazinger2005-11-181-3/+1
|
* Replace TOPDIRPeter S. Mazinger2005-11-181-7/+10
|
* use $TOPDIR instead of ../ and utilize -B so that our target utils use the ↵Mike Frysinger2005-11-151-6/+4
| | | | correct crt files
* update license infoMike Frysinger2005-11-151-13/+2
|
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all ↵Peter S. Mazinger2005-10-121-7/+7
| | | | 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.
* ldd does not build due to missing fork() on MMUless. Since ldd merelyEric Andersen2005-10-051-1/+1
| | | | does a fork/exec, fork() can be trivially replaced with vfork()
* chroot_realpath.c is a dependency also for target ldconfigPeter S. Mazinger2005-10-011-1/+1
|
* Allow ldconfig.host to build ld.so.cache for target, regardless ofEric Andersen2005-09-304-35/+315
| | | | the target system's byteorder
* use local header files rather than toolchain header files #444 by ee_dorightMike Frysinger2005-09-281-3/+5
|
* make sure our utils link against the currently built libc rather than the ↵Mike Frysinger2005-09-241-1/+1
| | | | toolchain one
* no check needed in libm/libpthread, we do not recurse anymore if the related ↵Peter S. Mazinger2005-09-221-2/+2
| | | | option is not set, more Makefile cleanups
* clean 32bit-isms and make code 64/32 bit cleanMike Frysinger2005-09-222-112/+160
|
* touchup CFLAGS and also link the link.h header file like we do with elf.hMike Frysinger2005-09-211-3/+6
|
* utils should be built all the time (iconv), disable building readelfPeter S. Mazinger2005-09-211-1/+1
|
* add __thumb__ checkMike Frysinger2005-08-181-1/+1
|
* touchup PIE support for all the utils and fix stripping on iconvMike Frysinger2005-08-111-3/+8
|
* need -s for STRIPTOOL with iconv too as psm pointed outMike Frysinger2005-08-091-1/+1
|
* need to run STRIPTOOL with -s to replace behavior lost from gcc -sMike Frysinger2005-08-091-3/+3
|
* remove strip flags and let STRIPTOOL do the workMike Frysinger2005-08-081-3/+3
|
* get rid of LDPIEFLAG since PIEFLAG is already usedMike Frysinger2005-07-291-2/+2
|
* Correct typo, matching correction made to elf.hEric Andersen2005-04-191-1/+1
|
* no more cvsMike Frysinger2005-02-121-6/+0
|
* white space clean upMike Frysinger2005-01-181-9/+8
|
* Per http://bugs.uclibc.org/view.php?id=15, patch from kergoth:Eric Andersen2005-01-161-1/+1
| | | | Sometimes it is desirable to build ldconfig non-static.
* cleanup, and prevent failures due to including architecture specificEric Andersen2005-01-124-77/+66
| | | | header files into ldconfig when building for the host.
* Remove the no-longer-needed #include <sys/user.h>Eric Andersen2005-01-111-1/+0
|
* Fix thinkoEric Andersen2004-12-231-2/+8
|