Fix build issues in hipCommander sample

- Remove -stdlib=libstdc++ from Makefile
- Removed deleted HIP header file fom includes

Change-Id: Ia189396bee19fc52b679259df56c6c6e2bafb6fe


[ROCm/hip commit: 6e565d8469]
Este commit está contenido en:
Maneesh Gupta
2017-04-07 14:51:54 +05:30
padre cbfc58660e
commit 6825ff455d
Se han modificado 2 ficheros con 0 adiciones y 4 borrados
@@ -10,9 +10,6 @@ OPT=-O3
CXXFLAGS = $(OPT) --std=c++11
HIP_PLATFORM=$(shell $(HIP_PATH)/bin/hipconfig --platform)
ifeq (${HIP_PLATFORM}, hcc)
CXXFLAGS += " -stdlib=libc++"
endif
CODE_OBJECTS=nullkernel.hsaco
@@ -11,7 +11,6 @@
#include <elf.h>
#include <hsa/hsa.h>
#include <hc.hpp>
#include <hip/hcc_detail/hcc_acc.h>
#endif
#include <sys/time.h>