Re: [edk2] [PATCH 2/2] ArmVirtPkg ARM: make relocatable PrePi users build with CLANG35

2016-08-03 Thread Ard Biesheuvel
On 3 August 2016 at 13:19, Laszlo Ersek wrote: > On 08/03/16 12:02, Ard Biesheuvel wrote: >> On 3 August 2016 at 12:00, Laszlo Ersek wrote: >>> On 08/03/16 10:21, Ard Biesheuvel wrote: The clang developers have made a backward incompatible change to the

Re: [edk2] [PATCH 2/2] ArmVirtPkg ARM: make relocatable PrePi users build with CLANG35

2016-08-03 Thread Laszlo Ersek
On 08/03/16 12:02, Ard Biesheuvel wrote: > On 3 August 2016 at 12:00, Laszlo Ersek wrote: >> On 08/03/16 10:21, Ard Biesheuvel wrote: >>> The clang developers have made a backward incompatible change to the >>> command line arguments, and have replaced '-mllvm -arm-use-movt=0'

Re: [edk2] [PATCH 2/2] ArmVirtPkg ARM: make relocatable PrePi users build with CLANG35

2016-08-03 Thread Ard Biesheuvel
On 3 August 2016 at 12:00, Laszlo Ersek wrote: > On 08/03/16 10:21, Ard Biesheuvel wrote: >> The clang developers have made a backward incompatible change to the >> command line arguments, and have replaced '-mllvm -arm-use-movt=0' >> with '-mno-movt'. This does not matter for

Re: [edk2] [PATCH 2/2] ArmVirtPkg ARM: make relocatable PrePi users build with CLANG35

2016-08-03 Thread Laszlo Ersek
On 08/03/16 10:21, Ard Biesheuvel wrote: > The clang developers have made a backward incompatible change to the > command line arguments, and have replaced '-mllvm -arm-use-movt=0' > with '-mno-movt'. This does not matter for most ARM platforms, and > therefore it has been removed from the default

[edk2] [PATCH 2/2] ArmVirtPkg ARM: make relocatable PrePi users build with CLANG35

2016-08-03 Thread Ard Biesheuvel
The clang developers have made a backward incompatible change to the command line arguments, and have replaced '-mllvm -arm-use-movt=0' with '-mno-movt'. This does not matter for most ARM platforms, and therefore it has been removed from the default CLANG35/ARM CC flags in patch 1c63516075b3