Re: [edk2-devel] [edk2-libc Patch 1/1] edk2-libc/StdLib : Changes to Std LibC to facilitate 32 bit GCC builds

2022-06-27 Thread Michael D Kinney
42 AM > > To: devel@edk2.groups.io > > Cc: Kinney, Michael D ; Rebecca Cran > > ; Jayaprakash, N > > > Subject: [edk2-devel] [edk2-libc Patch 1/1] edk2-libc/StdLib : Changes to > > Std LibC to facilitate 32 bit GCC builds > > > > REF: https://bugzilla.ti

Re: [edk2-devel] [edk2-libc Patch 1/1] edk2-libc/StdLib : Changes to Std LibC to facilitate 32 bit GCC builds

2022-06-27 Thread Michael D Kinney
-libc Patch 1/1] edk2-libc/StdLib : Changes to Std > LibC to facilitate 32 bit GCC builds > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3779 > > This comit fixes the Python interpreter build issues with GCC 32 bit > compiler tool chain. The changes are needed in StdLib

[edk2-devel] [edk2-libc Patch 1/1] edk2-libc/StdLib : Changes to Std LibC to facilitate 32 bit GCC builds

2022-06-17 Thread Jayaprakash, N
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3779 This comit fixes the Python interpreter build issues with GCC 32 bit compiler tool chain. The changes are needed in StdLibC as given below * Add __divmoddi4 to Gcc.c produced by newer GCC compilers * Add -fno-lto to IA32 GCC builds of