On 10 May 2016 at 17:18, Evan Lloyd <[email protected]> wrote: > Hi Ard. > This is not a major inconvenience, but we do occasionally find the > -save-temps flag vital when debugging. > What does seem strange is using GCC_ARM_CC_FLAGS, etc for a CLANG compiler.
Since Clang is mostly GCC compatible in terms of command line options, the ARM and AARCH64 CLANG35 toolchain tag is part of the GCC toolchain family. That by itself is not a reason to have completely separate CC flag definitions, though. I just never thought about it. > Surely there ought to be CLANG_*_CC_FLAGS (which could be played with to your > hearts content, without disrupting other compilers). > Indeed. Will go that route instead. _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

