Fix build issues in hipCommander sample

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

Change-Id: Ia189396bee19fc52b679259df56c6c6e2bafb6fe
This commit is contained in:
Maneesh Gupta
2017-04-07 14:51:54 +05:30
parent 6656d33f75
commit 6e565d8469
2 ha cambiato i file con 0 aggiunte e 4 eliminazioni
-3
Vedi File
@@ -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>