mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
PKG/BOARD: differentiate uClibc & musl PGO data (#157)
* BOARD: mv PGO data to used libc type subdir * PKG: split uClibc & musl PGO=APPLY pre build cmds * BOARD: add musl PGO data - libretro-mednafen-wswan (musl) - libretro-gpsp (musl->uclibc_copy) - libretro-pcsx (musl->uclibc_copy) - libretro-snes9x2002 (musl->uclibc_copy)
This commit is contained in:
@@ -12,9 +12,9 @@ LIBRETRO_GPSP_LICENSE_FILES = COPYING
|
||||
# Optimize build with Profile Guided Optimization (values: 0, YES, APPLY)
|
||||
LIBRETRO_GPSP_PGO ?= APPLY
|
||||
|
||||
ifeq ($(LIBRETRO_GPSP_PGO), APPLY)
|
||||
ifeq ($(LIBRETRO_GPSP_PGO),APPLY)
|
||||
define LIBRETRO_GPSP_CONFIGURE_CMDS
|
||||
cp -r $(BASE_DIR)/../board/miyoo/profile/libretro-gpsp/* $(@D)/
|
||||
cp -r $(BASE_DIR)/../board/miyoo/profile/$(LIBC)/libretro-gpsp/* $(@D)/
|
||||
endef
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user