aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJing Yu <jingyu@google.com>2010-06-08 14:48:40 -0700
committerJing Yu <jingyu@google.com>2010-06-08 14:48:40 -0700
commit9241075ae56eaf941a961eae0d1c14f647785306 (patch)
tree53509eea883c96232823b14f7ad408a324d1f877
parentd4a4fbe945ba4792095fdab4e7c49ce6b47e3e98 (diff)
Add --disable-nls to building gdb, otherwise gdb-7.0.x fails
building on OSX. Change-Id: I54f923f7656ac2f2a7e4a8dc0a07c43bb4cfb05d
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 80c5a14..f66edc7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -325,7 +325,8 @@ install-host-mpc: stmp-install-host-mpc
config-target-gdb: stmp-config-target-gdb
GDB_CONFIG_ARGS=$(baseargs) --prefix=$(prefix) \
- --target=$(GDB_TARGET) --host=${host} --build=${build}
+ --target=$(GDB_TARGET) --host=${host} --build=${build} \
+ --disable-nls
stmp-config-target-gdb: config.status
([ -d ${GDB_VERSION} ] || \