Remove all cygwin CHOST changes

Since #5448 CHOST defaults to cygwin now, so this
is no longer needed.
This commit is contained in:
Christoph Reiter
2025-06-27 07:42:37 +02:00
parent 568c166eda
commit b38b2b78f4
128 changed files with 190 additions and 323 deletions

View File

@@ -73,11 +73,10 @@ build() {
mkdir -p ${srcdir}/build-${CHOST} && cd ${srcdir}/build-${CHOST}
export MSYSTEM=CYGWIN
local CYGWIN_CHOST="${CHOST/-msys/-cygwin}"
CFLAGS+=" -fno-strict-aliasing "
CXXFLAGS+=" -fno-strict-aliasing "
../ruby-${pkgver//_/-}/configure \
--build=${CYGWIN_CHOST} \
--build=${CHOST} \
--prefix=/usr \
--exec_prefix=/usr \
--sysconfdir=/etc \