commit | e1f0b35af06d03ca4b5f72d0500c51af1e487048 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin (Intel) <hpa@zytor.com> | Thu Jul 09 19:33:26 2020 -0700 |
committer | H. Peter Anvin (Intel) <hpa@zytor.com> | Thu Jul 09 19:33:26 2020 -0700 |
tree | e7819d5a5195f13b36d693f9cbabd6d03872473e | |
parent | 1b9c8ec434a54b38952070c0a161a2164a9c67a3 [diff] |
configure.ac: also try -std=c99 If -std=c17 and -std=c11 don't work, try -std=c99 as well. -std=c90 is unlikely to work because of the requirement for "long long" on L32 platforms, which isn't likely to be supported on a pure C90 compiler. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
Many many developers all over the net respect NASM for what it is: a widespread (thus netwide), portable (thus netwide!), very flexible and mature assembler tool with support for many output formats (thus netwide!!).
Now we have good news for you: NASM is licensed under the "simplified" (2-clause) BSD license. This means its development is open to even wider society of programmers wishing to improve their lovely assembler.
Visit our nasm.us website for more details.
With best regards, the NASM crew.