summaryrefslogtreecommitdiff
path: root/utils/Makefile.in
AgeCommit message (Collapse)Author
2006-02-15make sure we first search for libraries in the newly built tree rather than ↵Mike Frysinger
the compiler path
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵Peter S. Mazinger
is a useless attempt
2005-12-10Solve warning about redefined _GNU_SOURCE, allow iconv to buildPeter S. Mazinger
2005-12-08Add -DNOT_IN_libc to disable the libc-internal.h stuffPeter S. Mazinger
2005-12-06Correct typo, iconv binary does not use the internal versionsPeter S. Mazinger
2005-11-25Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapierPeter S. Mazinger
2005-11-25Same for utils, renamed install_utils to utils_install to avoid conflict ↵Peter S. Mazinger
when added to top Makefile.in
2005-11-25Rename NATIVE_LDFLAGS to BUILD_LDFLAGS proposed by vapierPeter S. Mazinger
2005-11-24Move _GNU_SOURCE from file to CFLAGS, make use of NATIVE_LDFLAGSPeter S. Mazinger
2005-11-23Make 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