forked from Imagelibrary/rtems
Enable --with-system-readline only for gdb >= 6.7
This commit is contained in:
@@ -16,8 +16,10 @@
|
||||
--disable-win32-registry \
|
||||
--disable-werror \
|
||||
--enable-sim \
|
||||
%if "%{gdb_version}" >= "6.6"
|
||||
%if "%{gdb_version}" >= "6.7"
|
||||
--with-system-readline \
|
||||
%endif
|
||||
%if "%{gdb_version}" >= "6.6"
|
||||
--with-expat \
|
||||
%endif
|
||||
--with-sysroot=%{_prefix}/@tool_target@/sys-root \
|
||||
|
||||
Reference in New Issue
Block a user