From 60723a3658475fe45cb458e8a3e60a1658fa4a7c Mon Sep 17 00:00:00 2001 From: Jools Wills Date: Mon, 28 Dec 2015 14:34:58 +0000 Subject: no need for HAVE_GCC anymore --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3