summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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