Enable --with-system-readline only for gdb >= 6.7

This commit is contained in:
Ralf Corsepius
2008-05-08 02:50:24 +00:00
parent ef83c4c70f
commit f79feff8fc

View File

@@ -16,8 +16,10 @@
--disable-win32-registry \ --disable-win32-registry \
--disable-werror \ --disable-werror \
--enable-sim \ --enable-sim \
%if "%{gdb_version}" >= "6.6" %if "%{gdb_version}" >= "6.7"
--with-system-readline \ --with-system-readline \
%endif
%if "%{gdb_version}" >= "6.6"
--with-expat \ --with-expat \
%endif %endif
--with-sysroot=%{_prefix}/@tool_target@/sys-root \ --with-sysroot=%{_prefix}/@tool_target@/sys-root \