[rtems-source-builder commit] devel/sis: fix compilation of SIS on Mac OS X

Karel Gardas karel at rtems.org
Mon Oct 24 19:06:41 UTC 2022


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

Author:    Karel Gardas <karel at functional.vision>
Date:      Mon Oct 24 15:33:26 2022 +0200

devel/sis: fix compilation of SIS on Mac OS X

SIS compiles on Mac OS X fine, but without providing --host/--build
configure options. Removing them solves the issue of configure not being
able to recognize arm64-darwin platform.

---

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

diff --git a/source-builder/config/sis-2-1.cfg b/source-builder/config/sis-2-1.cfg
index a07b2db..a3b9515 100644
--- a/source-builder/config/sis-2-1.cfg
+++ b/source-builder/config/sis-2-1.cfg
@@ -43,7 +43,6 @@ Release:   %{release}
   fi
   CFLAGS="$SB_CFLAGS" \
   ./configure \
-    --build=%{_build} --host=%{_host} \
     --program-prefix="$SIS_PREFIX" \
     --prefix=${ac_prefix}
 



More information about the vc mailing list