diff options
author | Jools Wills | 2015-12-28 14:34:58 +0000 |
---|---|---|
committer | Jools Wills | 2015-12-28 14:34:58 +0000 |
commit | 60723a3658475fe45cb458e8a3e60a1658fa4a7c (patch) | |
tree | 41be0c793ec8a4bfb414ef76eb7c1c00a406609b /Makefile | |
parent | 75fbf59713a541d31995cbbd5fadad2973f9d896 (diff) | |
download | snes9x2002-60723a3658475fe45cb458e8a3e60a1658fa4a7c.tar.gz snes9x2002-60723a3658475fe45cb458e8a3e60a1658fa4a7c.tar.bz2 snes9x2002-60723a3658475fe45cb458e8a3e60a1658fa4a7c.zip |
no need for HAVE_GCC anymore
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |