index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
Makefile.in
Age
Commit message (
Collapse
)
Author
2008-10-09
- tidy up utils_install
Bernhard Reutner-Fischer
2008-05-02
Added implementation for 'locale' command.
Carmelo Amoroso
Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com>
2006-02-15
make sure we first search for libraries in the newly built tree rather than ↵
Mike Frysinger
the compiler path
2006-01-22
Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵
Peter S. Mazinger
is a useless attempt
2005-12-10
Solve warning about redefined _GNU_SOURCE, allow iconv to build
Peter S. Mazinger
2005-12-08
Add -DNOT_IN_libc to disable the libc-internal.h stuff
Peter S. Mazinger
2005-12-06
Correct typo, iconv binary does not use the internal versions
Peter S. Mazinger
2005-11-25
Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapier
Peter S. Mazinger
2005-11-25
Same for utils, renamed install_utils to utils_install to avoid conflict ↵
Peter S. Mazinger
when added to top Makefile.in
2005-11-25
Rename NATIVE_LDFLAGS to BUILD_LDFLAGS proposed by vapier
Peter S. Mazinger
2005-11-24
Move _GNU_SOURCE from file to CFLAGS, make use of NATIVE_LDFLAGS
Peter S. Mazinger
2005-11-23
Make utils includable into main Makefile.in, add compile.u and hcompile.u, ↵
Peter S. Mazinger
usable in utils and probably tests. vapier, please quite them if you want to