Home
last modified time | relevance | path

Searched hist:"2288328 ce9700865245677f35330f3a77dfc6eda" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/
H A DMakefile2288328ce9700865245677f35330f3a77dfc6eda Fri Feb 14 17:19:17 CST 2014 Behan Webster <behanw@converseincode.com> all: LLVMLinux: Change DWARF flag to support gcc and clang

Both gcc (well, actually gnu as) and clang support the "-Wa,-gdwarf-2" option
(though clang does not support "-Wa,--gdwarf-2"). Since these flags are equivalent
in meaning, this patch uses the one which is better supported across compilers.

Signed-off-by: Behan Webster <behanw@converseincode.com>