Run Configure failing with "--host" parameter in/after SQLCipher v4.7.0

Hi Team,

This is not an ISSUE but kind of “Help Wanted”

we used to create binaries and headers for our internal apps using the below commands with “–host” parameter with multiple targets which used to help us create support for different devices of Apple ecosystem.

Command:
./configure --with-crypto-lib=commoncrypto --enable-tempstore=yes --host arm64_32-apple-ios CFLAGS=“-DSQLITE_HAS_CODEC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/(iOS/VisionOS/WatchOS).platform/Developer/SDKs/(iOS/VisionOS/WatchOS).sdk -fno-common -arch <ARCH_Required>”

But, after the update for v4.7.0, i am getting below error. Even the “config.sub” file has been moved to “autosetup”.
Error: Unexpected parameter: arm64_32-apple-ios
Try: ‘configure --help’ for options

Can you please help me how to build the binaries with “–host” parameters post v4.7.0