Is it possible to compile i386 (32-Bit) binary on a x86_64 (64-Bit) Haiku system?

On 64-Bit Linux, I can install a package like crossbuild-essential-i386.
This gives me a separate “cross-compiler” variant of GCC that I can use to build for 32-Bit (i686) target:

i686-linux-gnu-gcc

But on Haiku, it appears that there is no gcc-x86 package (or similar) that I can install in 64-Bit system.

Or am I overlooking something? Thank you!