Search notes:

gcc -mabi

Print known ABIs

$ gcc --help=target | awk '/Known ABIs/{getline; print}' | xargs -n1
ms
sysv

Index