From 2288328ce9700865245677f35330f3a77dfc6eda Mon Sep 17 00:00:00 2001 From: Behan Webster Date: Fri, 14 Feb 2014 15:19:17 -0800 Subject: [PATCH] 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 --- Reading git-format-patch failed