summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortwinaphex2014-12-09 22:37:07 +0100
committertwinaphex2014-12-09 22:37:07 +0100
commit8d2578eefc3c56d8af317f9a8488442b662e673a (patch)
tree6b85beef3a177bd70ee704779c05a62457ae0039 /Makefile
parenta660cbd4c808fb6f03fda4be87a8efcb58e7e13c (diff)
downloadpicogpsp-8d2578eefc3c56d8af317f9a8488442b662e673a.tar.gz
picogpsp-8d2578eefc3c56d8af317f9a8488442b662e673a.tar.bz2
picogpsp-8d2578eefc3c56d8af317f9a8488442b662e673a.zip
Add CPU_ARCH rules to Makefile.common
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0bb9837..d516ece 100644
--- a/Makefile
+++ b/Makefile
@@ -47,6 +47,7 @@ ifeq ($(platform), unix)
TARGET := $(TARGET_NAME)_libretro.so
fpic := -fPIC
FORCE_32BIT := -m32
+ CPU_ARCH := x86_32
SHARED := -shared $(FORCE_32BIT) -Wl,--version-script=link.T
ifneq ($(findstring Haiku,$(shell uname -a)),)
LIBM :=