all: LLVMLinux: Change DWARF flag to support gcc and clang
authorBehan Webster <behanw@converseincode.com>
Fri, 14 Feb 2014 23:19:17 +0000 (15:19 -0800)
committerBehan Webster <behanw@converseincode.com>
Sat, 7 Jun 2014 18:44:39 +0000 (11:44 -0700)
commit2288328ce9700865245677f35330f3a77dfc6eda
treece9a3782581d9c0a4956d2a70ba86d9a91fddd80
parent066c6807f702555d7af3974bdcdeb1e92a4ce16d
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>
Makefile
This page took 0.027587 seconds and 5 git commands to generate.