summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/gdb
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-10-31 05:28:40 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-10-31 05:28:40 +0000
commit49deaec5a0d8be315e610ad81b0898ecfb2f53e6 (patch)
tree4104d57edf4701b42b298538d5c391dce3b4b972 /contrib/crossrpms/gdb
parentNew. (diff)
downloadrtems-49deaec5a0d8be315e610ad81b0898ecfb2f53e6.tar.bz2
Force building against expat
Diffstat (limited to 'contrib/crossrpms/gdb')
-rw-r--r--contrib/crossrpms/gdb/build.add3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/crossrpms/gdb/build.add b/contrib/crossrpms/gdb/build.add
index cbc375d15b..d615783415 100644
--- a/contrib/crossrpms/gdb/build.add
+++ b/contrib/crossrpms/gdb/build.add
@@ -10,6 +10,9 @@
--disable-win32-registry \
--disable-werror \
--enable-sim \
+%if "%{gdb_version}" >= "6.6"
+ --with-expat \
+%endif
--with-sysroot=%{_prefix}/@tool_target@/sys-root \
--prefix=%{_prefix} --bindir=%{_bindir} \
--includedir=%{_includedir} --libdir=%{_libdir} \