From 13d2ba3af71a4110dbe24772555cdc3d341425a8 Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Fri, 27 Jul 2012 21:56:35 -0800 Subject: - can compile on MacOSX (tested on Lion)... no regression testing done on Mac - ptxplus ... edits to eliminate some warnings with older gcc about printfs without string literal - eliminate warning about map (just too annoying while testing on Mac) [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13560] --- setup_environment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup_environment') diff --git a/setup_environment b/setup_environment index f20118e..94f313f 100644 --- a/setup_environment +++ b/setup_environment @@ -16,7 +16,7 @@ if [ ! -d "$CUDA_INSTALL_PATH" ]; then return; fi -if [ ! `uname` = "Linux" ]; then +if [ ! `uname` = "Linux" -a ! `uname` = "Darwin" ]; then echo "ERROR ** Unsupported platform: GPGPU-Sim $GPGPUSIM_VERSION_STRING developed and tested on Linux." return; fi -- cgit v1.3