summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgpgpu-sim <[email protected]>2018-03-22 15:53:09 -0700
committerGitHub <[email protected]>2018-03-22 15:53:09 -0700
commit6b27ee3d0e650524c441c1842fa7c7f333135818 (patch)
treedfdf518ae8efad5f08b4e0c886f96eca124da590 /Makefile
parentb8ef5d34fddeea1dce57688df562d12f08743238 (diff)
parent6dfb3ba656b09acafdb274d7ab04fb081ca06e57 (diff)
Merge pull request #58 from tgrogers/dev
Integrating some setup stuff and proper support or a maximum number of instructions (which was previously broken)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e83de9a..de6264c 100644
--- a/Makefile
+++ b/Makefile
@@ -161,6 +161,8 @@ $(SIM_LIB_DIR)/libcudart.so: makedirs $(LIBS) cudalib
if [ ! -f $(SIM_LIB_DIR)/libcudart.so.6.5 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.6.5; fi
if [ ! -f $(SIM_LIB_DIR)/libcudart.so.7.5 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.7.5; fi
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
$(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\