summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJools Wills2015-12-28 14:34:58 +0000
committerJools Wills2015-12-28 14:34:58 +0000
commit60723a3658475fe45cb458e8a3e60a1658fa4a7c (patch)
tree41be0c793ec8a4bfb414ef76eb7c1c00a406609b /Makefile
parent75fbf59713a541d31995cbbd5fadad2973f9d896 (diff)
downloadsnes9x2002-60723a3658475fe45cb458e8a3e60a1658fa4a7c.tar.gz
snes9x2002-60723a3658475fe45cb458e8a3e60a1658fa4a7c.tar.bz2
snes9x2002-60723a3658475fe45cb458e8a3e60a1658fa4a7c.zip
no need for HAVE_GCC anymore
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7880957..a50173e 100644
--- a/Makefile
+++ b/Makefile
@@ -14,8 +14,6 @@ else ifneq ($(findstring win,$(shell uname -a)),)
endif
endif
-HAVE_GCC = 0
-
ifeq ($(platform), unix)
TARGET := $(TARGET_NAME)_libretro.so
fpic := -fPIC
@@ -100,7 +98,6 @@ else ifeq ($(platform), ctr)
CFLAGS += -D_3DS
PLATFORM_DEFINES := -D_3DS
STATIC_LINKING := 1
- HAVE_GCC = 1
else
TARGET := $(TARGET_NAME)_libretro.dll
CC = gcc