Skip to content

Commit

Permalink
Merge pull request #50 from meepingsnesroms/devel
Browse files Browse the repository at this point in the history
Fix link.T for classics
  • Loading branch information
meepingsnesroms authored Dec 24, 2018
2 parents 9199581 + 8033d13 commit 1fb14b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bugs/brokenLibretroPlatforms.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Lakka(needs makefile)
classics/new haxchi(should work)
xbox(don't know)
xbox360(don't know)
Expand Down
2 changes: 1 addition & 1 deletion libretroBuildSystem/Makefile.libretro
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ else ifeq ($(platform), rpi3)
else ifeq ($(platform), classic_armv7_a7)
TARGET := $(TARGET_NAME)_libretro.so
fpic := -fPIC
SHARED := -shared -Wl,--version-script=libretro/link.T -Wl,--no-undefined
SHARED := -shared -Wl,--version-script=$(BUILD_DIR)/link.T -Wl,--no-undefined
CFLAGS += -Ofast \
-flto=4 -fwhole-program -fuse-linker-plugin \
-fdata-sections -ffunction-sections -Wl,--gc-sections \
Expand Down

0 comments on commit 1fb14b6

Please sign in to comment.