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:
7f5ab20
)
Fixes undefined symbol: __aeabi_idiv for RPI target
author
Jools Wills
<buzz@exotica.org.uk>
Fri, 20 May 2016 13:15:54 +0000
(14:15 +0100)
committer
Jools Wills
<buzz@exotica.org.uk>
Fri, 20 May 2016 13:15:54 +0000
(14:15 +0100)
Makefile.libretro
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.libretro
b/Makefile.libretro
index
0ec70d3
..
7edcc6f
100644
(file)
--- a/
Makefile.libretro
+++ b/
Makefile.libretro
@@
-238,7
+238,7
@@
else ifeq ($(platform), raspberrypi)
ARM_ASM = 1
TARGET := $(TARGET_NAME)_libretro.so
- SHARED := -shared
-nostdlib
+ SHARED := -shared
fpic := -fPIC
DONT_COMPILE_IN_ZLIB = 1