[uClibc-cvs] uClibc/extra/locale Makefile,1.12,1.13
Manuel Novoa III
mjn3 at uclibc.org
Mon Sep 8 20:33:36 UTC 2003
Update of /var/cvs/uClibc/extra/locale
In directory winder:/tmp/cvs-serv11607/extra/locale
Modified Files:
Makefile
Log Message:
Add back in table-less ctype funcs for those interested in minimizing
static build sizes and not needing wchar support.
Add in a SUSv3 getopt as an option for those not needing gnu getopt.
Again, mainly for the static linking crowd.
Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/extra/locale/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Makefile 24 Aug 2003 03:49:05 -0000 1.12
+++ Makefile 8 Sep 2003 20:33:08 -0000 1.13
@@ -26,13 +26,13 @@
fi;
gen_wc8bit: gen_wc8bit.c
- $(HOSTCC) $(HOSTCFLAGS) $(NATIVE_LDFLAGS) $(CFLAGS_wc8bit) $^ -o $@
+ $(HOSTCC) $(HOSTCFLAGS) $(NATIVE_LDFLAGS) $(CFLAGS_wc8bit) -D__UCLIBC_GEN_LOCALE $^ -o $@
c8tables.h: gen_wc8bit codesets.txt
./gen_wc8bit `cat codesets.txt`
gen_wctype: gen_wctype.c
- $(HOSTCC) $(HOSTCFLAGS) $(NATIVE_LDFLAGS) $^ -o $@
+ $(HOSTCC) $(HOSTCFLAGS) $(NATIVE_LDFLAGS) -D__UCLIBC_GEN_LOCALE $^ -o $@
# Warning! Beware tr_TR toupper/tolower exceptions!
wctables.h: gen_wctype
More information about the uClibc-cvs
mailing list