forked from Imagelibrary/rtems
Fix type in previous patch
This commit is contained in:
@@ -86,7 +86,7 @@ test -d build || mkdir build
|
||||
../gdb-%{gdb_version}/configure \
|
||||
--build=%_build --host=%_host \
|
||||
--target=%{gdb_target} \
|
||||
--prefix=%{_prefix} --bindir=%{_bindir} }
|
||||
--prefix=%{_prefix} --bindir=%{_bindir} \
|
||||
--mandir=%{_mandir} --infodir=%{_infodir} \
|
||||
--verbose $simargs \
|
||||
--disable-nls
|
||||
|
||||
Reference in New Issue
Block a user