Re: [edk2-devel] [PATCH 1/1] ArmPkg/CompilerIntrinsicsLib: Add lasr assembly source for gcc/arm

2019-05-07 Thread Leif Lindholm
On Tue, May 07, 2019 at 04:57:26PM +0100, Pete Batard wrote: > While compiling drivers or applications on Debian 9.8, using the native > gcc 6.3.0 ARM compiler, one may run into the following build failure: > > "undefined reference to `__aeabi_lasr'" > > This patch adds the missing definition,

[edk2-devel] [PATCH 1/1] ArmPkg/CompilerIntrinsicsLib: Add lasr assembly source for gcc/arm

2019-05-07 Thread Pete Batard
While compiling drivers or applications on Debian 9.8, using the native gcc 6.3.0 ARM compiler, one may run into the following build failure: "undefined reference to `__aeabi_lasr'" This patch adds the missing definition, through a port of the existing RVCT lasr.asm source. CC: Ard Biesheuvel