diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-10-17 16:57:02 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-10-17 16:57:02 +0000 |
commit | 290615edc12f5cddcbeec212533f111f5fdef848 (patch) | |
tree | d8fc39ea27ee77871c0f72a22cabe142a32abc3c /toolchain/gdb/gdb.mk | |
parent | a47e16eb42b2d970b24fdde893617ce3419fb018 (diff) |
we use BR2_ENABLE_LOCALE not ENABLE_LOCALE
Diffstat (limited to 'toolchain/gdb/gdb.mk')
-rw-r--r-- | toolchain/gdb/gdb.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gdb/gdb.mk b/toolchain/gdb/gdb.mk index 6b8a0df6f..e75a23642 100644 --- a/toolchain/gdb/gdb.mk +++ b/toolchain/gdb/gdb.mk @@ -83,7 +83,7 @@ $(GDB_TARGET_DIR)/.configured: $(GDB_DIR)/.unpacked --disable-sim --enable-gdbserver \ --without-included-gettext \ ); -ifeq ($(ENABLE_LOCALE),true) +ifeq ($(BR2_ENABLE_LOCALE),y) -$(SED) "s,^INTL *=.*,INTL = -lintl,g;" $(GDB_DIR)/gdb/Makefile endif touch $(GDB_TARGET_DIR)/.configured |