nisse@lysator.liu.se (Niels Möller) writes:
Say we add a secure_getenv("NETTLE_FAT_OVERRIDE") in the fat initialization. What should it look like? Some alternatives:
Implemented (for systems that have secure_getenv). Syntax as follows: The value is a comma separated list. Entries are either single keywords, e.g., "neon" or "aesni", or keyword:value, e.g., "vendor:intel" or "arch:7".
Setting NETTLE_FAT_VERBOSE displays the the values used in the same format.
If the environment variable is set, it completely overrides automatic detection.
It's a bit unclear if it works with static libraries.
Regards, /Niels