mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
testproc/gsed: fix compilation of GNU sed on Mac OS X
GNU sed compiles on Mac OS X fine, but without providing --host/--build configure options. Hence removing them solved the issue of configure not being able to recognize arm64-darwin platform.
This commit is contained in:
parent
e24641bda7
commit
0388c4b8b2
@ -86,7 +86,6 @@ URL: https://www.gnu.org/software/sed/
|
||||
--mandir=%{gsed_mandir} \
|
||||
--infodir=%{gsed_infodir} \
|
||||
--datadir=%{gsed_datadir} \
|
||||
--build=%{_build} --host=%{_host}
|
||||
|
||||
%{__make} %{?_smp_mflags} all
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user