When I run gcc configure, e.g
./configure
I do it like this
./configure \
--host=x86_64-w64-mingw32 \
--prefix=/usr/x86_64-w64-mingw/sys-root/mingw
Is there a way to make these settings the default, for all invokations of configure? Perhaps an environment variable?
For
configurescripts generated with Autoconf, there is indeed a facility using the environment variableCONFIG_SITE.Use
export CONFIG_SITE=/path/to/my.config.site, where the contents of that file are a script along the lines of