From f347d7e707b82e65af0ef3781e040ebfebf76acf Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Fri, 13 Nov 2020 17:57:56 -0800 Subject: [PATCH] cores: Fix build on gcc 10 (#213) --- cores/genesis/Makefile.libretro | 1 + 1 file changed, 1 insertion(+) diff --git a/cores/genesis/Makefile.libretro b/cores/genesis/Makefile.libretro index e265ab317..2152aeb0f 100644 --- a/cores/genesis/Makefile.libretro +++ b/cores/genesis/Makefile.libretro @@ -32,6 +32,7 @@ endif TARGET_NAME := genesis_plus_gx LIBS := -lm +CFLAGS := -fcommon GIT_VERSION ?= " $(shell git rev-parse --short HEAD || echo unknown)" ifneq ($(GIT_VERSION)," unknown")