summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMengchi Zhang <[email protected]>2019-05-26 17:46:39 -0400
committerGitHub <[email protected]>2019-05-26 17:46:39 -0400
commit05a347b1a0105f1c0ca0a591e3a9a019336803fe (patch)
tree3976356f8ab878d7bfda4b0134de0d3aaa823536 /Makefile
parentdc835911d5320008b2c227722a90240a8f6b0f3a (diff)
parent5837143ef70e20c362083b36c55e4c473f59f358 (diff)
Merge pull request #1 from gpgpu-sim/dev
Dev
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2d0466e..3db8ce8 100644
--- a/Makefile
+++ b/Makefile
@@ -163,6 +163,7 @@ $(SIM_LIB_DIR)/libcudart.so: makedirs $(LIBS) cudalib
if [ ! -f $(SIM_LIB_DIR)/libcudart.so.8.0 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.8.0; fi
if [ ! -f $(SIM_LIB_DIR)/libcudart.so.9.0 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.9.0; fi
if [ ! -f $(SIM_LIB_DIR)/libcudart.so.9.1 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.9.1; fi
+ if [ ! -f $(SIM_LIB_DIR)/libcudart.so.9.2 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.9.2; fi
$(SIM_LIB_DIR)/libcudart.dylib: makedirs $(LIBS) cudalib
g++ -dynamiclib -Wl,-headerpad_max_install_names,-undefined,dynamic_lookup,-compatibility_version,1.1,-current_version,1.1\