Iain Sandoe
Iain Sandoe
sorry I have not had chance to look at this so far... - it is not specific to the aarch64 port or to a custom libdir .... e.g. x86_64-darwin18: ```...
> > I get the error: `ld: warning: directory not found` > > Not an **error**! Well, at the risk of defending an undesirable situation (that we get non-fatal build...
anyway - this particular issue is not specific to the arm64 port, so if folks want to pursue it further - it would be better to file a GCC bugzilla...
thanks for this. For the compiler's output - it's helpful to dump the object file : so do "clang foo.c -c" and then use objdump -d -r foo.o to look...
unfortunately, adding the compiler TLS support is quite a large job [because Darwin has never had native TLS support, but uses the generic emulated TLS - the change will be...
At present we have no customisation of the CPU profiles for Apple Arm processors. It is something to add, although I am not 100% clear about what is published. At...
[summ-aarch64-darwin20-branch-on-r11-4818.txt](https://github.com/iains/gcc-darwin-arm64/files/5540911/summ-aarch64-darwin20-branch-on-r11-4818.txt)
[summ-aarch64-darwin20-branch-on-r11-5028.txt](https://github.com/iains/gcc-darwin-arm64/files/5577665/summ-aarch64-darwin20-branch-on-r11-5028.txt)
[summ-aarch64-darwin20-branch-on-r11-5235.txt](https://github.com/iains/gcc-darwin-arm64/files/5585950/summ-aarch64-darwin20-branch-on-r11-5235.txt)
[summ-aarch64-darwin20-branch-on-r11-5509.txt](https://github.com/iains/gcc-darwin-arm64/files/5648648/summ-aarch64-darwin20-branch-on-r11-5509.txt)