Compling using m32 option

I’m using nvcc -m32 option in linux and I get the following error:

nvcc warning : Compiling in the 32-bit mode when the host compiler targets x86 or x86_64 is no longer supported on Linux

Is there anything with installation that could be causing this? thanks

I guess this feature has been removed in recent cuda versions since nvidia dropped the 32bit x86 cuda libraries needed to link against.