Build for i586
kdevel
kdevel at vogtner.de
Thu Jul 28 10:26:36 UTC 2022
On Thursday, 28 July 2022 at 06:12:49 UTC, Alexander Zhirov wrote:
> On Thursday, 28 July 2022 at 06:01:17 UTC, Alexander Zhirov
> wrote:
>> ```sh
>> /root/usr/program/gcc/9.5.0/install/bin/cc app.o -o app
>> -L/root/usr/program/ldc/1.30/install/lib -lphobos2-ldc
>> -ldruntime-ldc -Wl,--gc-sections -lrt -ldl -lpthread -lm -m32
>> ```
So you eventually built GCC 9.5.0? I have used the
```
--with-arch-32=pentium3
```
option in the configure step for compiling GCC 12.1.0. The build
gdc
generates codes which successfully runs on my Pentium III.
More information about the Digitalmars-d-learn
mailing list