notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a7cbfd
)
Add -DFAMEC_NO_GOTOS for OSX PPC GCC build
author
twinaphex
<libretro@gmail.com>
Mon, 14 Apr 2014 14:00:06 +0000
(16:00 +0200)
committer
twinaphex
<libretro@gmail.com>
Mon, 14 Apr 2014 14:00:06 +0000
(16:00 +0200)
Makefile.libretro
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.libretro
b/Makefile.libretro
index
fdb268b
..
361ae15
100644
(file)
--- a/
Makefile.libretro
+++ b/
Makefile.libretro
@@
-47,6
+47,7
@@
ifeq ($(shell uname -p),powerpc)
endif
ifeq ($(arch),ppc)
+ CFLAGS += -DBLARGG_BIG_ENDIAN=1 -D__ppc__ -DFAMEC_NO_GOTOS
else
SHARED += -mmacosx-version-min=10.6
endif