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 \
|
../gdb-%{gdb_version}/configure \
|
||||||
--build=%_build --host=%_host \
|
--build=%_build --host=%_host \
|
||||||
--target=%{gdb_target} \
|
--target=%{gdb_target} \
|
||||||
--prefix=%{_prefix} --bindir=%{_bindir} }
|
--prefix=%{_prefix} --bindir=%{_bindir} \
|
||||||
--mandir=%{_mandir} --infodir=%{_infodir} \
|
--mandir=%{_mandir} --infodir=%{_infodir} \
|
||||||
--verbose $simargs \
|
--verbose $simargs \
|
||||||
--disable-nls
|
--disable-nls
|
||||||
|
|||||||
Reference in New Issue
Block a user