You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm trying to cross-compile ipt-netflow on an x86 Ubuntu system for the ARM64 platform. However, I noticed that the ./configure script does not provide options for cross-compilation, such as --CC, --CROSS_COMPILE, or --ARCH.
Is there a reason why these options are not supported in the configuration script? If it’s possible to add support for cross-compilation options, I would be happy to help implement this feature.