summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2012-07-27 21:56:35 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:48:53 -0700
commit13d2ba3af71a4110dbe24772555cdc3d341425a8 (patch)
tree6c8412bc8971d17f4028b7c0168dd453d6f071f0 /Makefile
parent72633ca8a03300577cb2c175cddd9e7e88c0704f (diff)
- 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]
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 23a34b0..33534ce 100644
--- a/Makefile
+++ b/Makefile
@@ -31,11 +31,6 @@
include version_detection.mk
-ifeq ($(shell uname), Darwin)
- # Note: MacOX support not working for this version
- export MACOSX_BUILD_FLAGS=-m32
-endif
-
ifeq ($(GPGPUSIM_CONFIG), debug)
export DEBUG=1
else