drivers/radeon: remove unused CXXFLAGS, LLVM_CPP_FILES
authorEmil Velikov <emil.l.velikov@gmail.com>
Sat, 16 Nov 2013 18:37:52 +0000 (18:37 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 18 Nov 2013 15:35:21 +0000 (15:35 +0000)
commit5896100a38fae2ebf9ad081c2bf4eeaab2cd704f
treef45b95853db70866b9d7ee1aa6d18783f810ed88
parent1e67ee8c9aa617201593583c0749aa964dba38dc
drivers/radeon: remove unused CXXFLAGS, LLVM_CPP_FILES

The above two variables are unused as of commit

  commit 024fe6852a76f33d7e2afc5621340e387c381bb0
  Author: Tom Stellard <thomas.stellard@amd.com>
  Date:   Tue Apr 2 10:42:50 2013 -0700

      radeon/llvm: Use LLVM C API for compiling LLVM IR to ISA v2

which removed the only cpp file from drivers/radeon, but missed to
remove the CXXFLAGS. The sequential commit reintroduced and empty
LLVM_CPP_FILES.

Lets cleanup and remove both.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
src/gallium/drivers/radeon/Makefile.am