How to reliably get the target triple for autoconf #1174
-
I'm using a pre-build script to install a C library (libpcap) to link against. The library uses autoconf for configuration, so to cross-compile it I need to run I'm currently using Is there a clean way to obtain the target triple to pass to autoconf? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
if you're using the |
Beta Was this translation helpful? Give feedback.
if you're using the
main
images, you can use $CROSS_TOOLCHAIN_PREFIX, and strip of the trailing-