[rtems-source-builder commit] testproc/gsed: fix compilation of GNU sed on Mac OS X

Karel Gardas karel at rtems.org
Sun Oct 23 22:22:05 UTC 2022


Module:    rtems-source-builder
Branch:    master
Commit:    0388c4b8b23dc38dda3bdd4366533562adf1dbe8
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=0388c4b8b23dc38dda3bdd4366533562adf1dbe8

Author:    Karel Gardas <karel at functional.vision>
Date:      Sun Oct 23 23:28:36 2022 +0200

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.

---

 source-builder/config/gsed-1.cfg | 1 -
 1 file changed, 1 deletion(-)

diff --git a/source-builder/config/gsed-1.cfg b/source-builder/config/gsed-1.cfg
index 828da50..87eb0fb 100644
--- a/source-builder/config/gsed-1.cfg
+++ b/source-builder/config/gsed-1.cfg
@@ -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
 



More information about the vc mailing list