From 0e956fc164b97347279045e60033e6f2f176df3b Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Wed, 3 Sep 2003 07:18:18 +0000 Subject: Add support for enabling use of libintl. Add support for libstd++ in full locale mode, and remove the need for config hacks when using uClibc stub locale support. TODO -- gdb intl support is still broken. uClibc should auto-download the pregenerated locale data --- make/gdbserver.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/gdbserver.mk') diff --git a/make/gdbserver.mk b/make/gdbserver.mk index 103184cef..1ab44a236 100644 --- a/make/gdbserver.mk +++ b/make/gdbserver.mk @@ -27,7 +27,7 @@ $(GDB_WDIR)/.configured: $(GDB_DIR)/.unpacked --mandir=/usr/man \ --infodir=/usr/info \ --includedir=$(STAGING_DIR)/include \ - --disable-nls \ + $(DISABLE_NLS) \ --without-uiout --disable-gdbmi \ --disable-tui --disable-gdbtk --without-x \ --without-included-gettext \ -- cgit v1.2.3