ponyc icon indicating copy to clipboard operation
ponyc copied to clipboard

link-arch doesn't appear to work on arm with gcc

Open SeanTAllen opened this issue 3 years ago • 0 comments
trafficstars

This might be more extensive than gcc. I assume it impacts clang as well.

The link-arch that we set is done using the -march option to the c compiler on link. -march is ignored on arm from my testing. Or rather, I can set it to junk like "foo" and it still compiles fine, whereas on x86, that results in a failure at link time.

gcc version:

gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

SeanTAllen avatar Mar 25 '22 13:03 SeanTAllen