Re: Building i386 D runtime on OS X

2022-09-24 Thread Iain Buclaw via D.gnu
On Saturday, 24 September 2022 at 23:05:28 UTC, teverett wrote: Hello, I am following the instructions here: https://wiki.dlang.org/Building_LDC_runtime_libraries I'm on OSX and need a ELF D RTL for i386. I've used HomeBrew to install x86_64-elf-gcc, ninja and cmake. The command I'm issuing

Building i386 D runtime on OS X

2022-09-24 Thread teverett via D.gnu
Hello, I am following the instructions here: https://wiki.dlang.org/Building_LDC_runtime_libraries I'm on OSX and need a ELF D RTL for i386. I've used HomeBrew to install x86_64-elf-gcc, ninja and cmake. The command I'm issuing is: `CC=/usr/local/Cellar/x86_64-elf-gcc/12.2.0/bin/x86_64-elf-