mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
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.
This commit is contained in:
parent
0388c4b8b2
commit
b02f7788e8
@ -43,7 +43,6 @@ Release: %{release}
|
|||||||
fi
|
fi
|
||||||
CFLAGS="$SB_CFLAGS" \
|
CFLAGS="$SB_CFLAGS" \
|
||||||
./configure \
|
./configure \
|
||||||
--build=%{_build} --host=%{_host} \
|
|
||||||
--program-prefix="$SIS_PREFIX" \
|
--program-prefix="$SIS_PREFIX" \
|
||||||
--prefix=${ac_prefix}
|
--prefix=${ac_prefix}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user