Skip to content

Commit

Permalink
Add target optimizations -mcpu=arm926ej-s -marm (MiyooCFW#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiopex authored Jan 5, 2024
1 parent 9d1fc77 commit 04fc020
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configs/miyoo_musl_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ BR2_PACKAGE_HOST_GDB=y
BR2_PACKAGE_HOST_GDB_TUI=y
BR2_PACKAGE_HOST_GDB_PYTHON3=y
BR2_PACKAGE_HOST_GDB_SIM=y
BR2_TARGET_OPTIMIZATION="-fno-PIC -march=armv5te -mtune=arm926ej-s"
BR2_TARGET_OPTIMIZATION="-fno-PIC -mcpu=arm926ej-s -marm"
BR2_TARGET_GENERIC_HOSTNAME="miyoo"
BR2_TARGET_GENERIC_ISSUE="Welcome to Miyoo"
# BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW is not set
Expand Down
2 changes: 1 addition & 1 deletion configs/miyoo_musl_static_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ BR2_PACKAGE_HOST_GDB=y
BR2_PACKAGE_HOST_GDB_TUI=y
BR2_PACKAGE_HOST_GDB_PYTHON3=y
BR2_PACKAGE_HOST_GDB_SIM=y
BR2_TARGET_OPTIMIZATION="-march=armv5tej -mtune=arm926ej-s"
BR2_TARGET_OPTIMIZATION="-mcpu=arm926ej-s -marm"
BR2_TARGET_GENERIC_HOSTNAME="miyoo"
BR2_TARGET_GENERIC_ISSUE="Welcome to Miyoo"
BR2_INIT_NONE=y
Expand Down
2 changes: 1 addition & 1 deletion configs/miyoo_uclibc_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ BR2_PACKAGE_HOST_GDB=y
BR2_PACKAGE_HOST_GDB_TUI=y
BR2_PACKAGE_HOST_GDB_PYTHON3=y
BR2_PACKAGE_HOST_GDB_SIM=y
BR2_TARGET_OPTIMIZATION="-march=armv5tej -mtune=arm926ej-s"
BR2_TARGET_OPTIMIZATION="-mcpu=arm926ej-s -marm"
BR2_TARGET_GENERIC_HOSTNAME="miyoo"
BR2_TARGET_GENERIC_ISSUE="Welcome to Miyoo"
# BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW is not set
Expand Down
2 changes: 1 addition & 1 deletion configs/miyoo_uclibc_static_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BR2_PTHREAD_DEBUG=y
BR2_GCC_VERSION_9_X=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_GCC_ENABLE_LTO=y
BR2_TARGET_OPTIMIZATION="-march=armv5tej -mtune=arm926ej-s"
BR2_TARGET_OPTIMIZATION="-mcpu=arm926ej-s -marm"
BR2_TARGET_GENERIC_HOSTNAME="miyoo"
BR2_TARGET_GENERIC_ISSUE="Welcome to Miyoo"
BR2_INIT_NONE=y
Expand Down
2 changes: 1 addition & 1 deletion package/retroarch/retroarch.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RETROARCH_VERSION = 1.16.0
RETROARCH_VERSION = 1.16.0.3
RETROARCH_SITE = $(call github,libretro,RetroArch,v$(RETROARCH_VERSION))
RETROARCH_LICENSE = GPL-3.0
RETROARCH_LICENSE_FILES = COPYING
Expand Down

0 comments on commit 04fc020

Please sign in to comment.