notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec665d1
)
This is litterally all that was required to build on Solaris 11. Portability FTW.
author
kwyxz
<kwyxz@kwyxz.org>
Mon, 22 Jan 2018 21:49:27 +0000
(13:49 -0800)
committer
kwyxz
<kwyxz@kwyxz.org>
Mon, 22 Jan 2018 21:49:27 +0000
(13:49 -0800)
Makefile.libretro
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.libretro
b/Makefile.libretro
index
b085912
..
a82a13a
100644
(file)
--- a/
Makefile.libretro
+++ b/
Makefile.libretro
@@
-36,6
+36,9
@@
EXTRA_LDFLAGS =
ifeq ($(platform), unix)
TARGET := $(TARGET_NAME)_libretro.so
fpic := -fPIC
+ifneq ($(findstring SunOS,$(shell uname -a)),)
+ CC = gcc
+endif
else ifeq ($(platform), linux-portable)
TARGET := $(TARGET_NAME)_libretro.so