summaryrefslogtreecommitdiffstats
path: root/rules/gdb.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-02-02 16:04:00 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-02-02 16:04:02 +0100
commit0c88d7c1d7a821a2f6ad78489add579cc265e003 (patch)
treec0a2478b3a5125790f10c0729cf9493163f3af31 /rules/gdb.make
parentaac1225b81c708041f01ebe58c29bb061facdc1b (diff)
downloadptxdist-0c88d7c1d7a821a2f6ad78489add579cc265e003.tar.gz
ptxdist-0c88d7c1d7a821a2f6ad78489add579cc265e003.tar.xz
gdb: improve configure options
--disable-rpath and --without-expat added Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gdb.make')
-rw-r--r--rules/gdb.make4
1 files changed, 3 insertions, 1 deletions
diff --git a/rules/gdb.make b/rules/gdb.make
index 3b1731711..21cc34560 100644
--- a/rules/gdb.make
+++ b/rules/gdb.make
@@ -69,7 +69,9 @@ GDB_AUTOCONF := \
--target=$(PTXCONF_GNU_TARGET) \
--with-build-sysroot=$(SYSROOT) \
--disable-tui \
- --disable-werror
+ --disable-rpath \
+ --disable-werror \
+ --without-expat
# ----------------------------------------------------------------------------
# Target-Install