mirror of
https://github.com/libretro/mame2003-plus-libretro.git
synced 2024-11-23 08:19:42 +00:00
add generic armhf for lakka and buildbot
This commit is contained in:
parent
ab7a920426
commit
c706382d25
7
Makefile
7
Makefile
@ -197,6 +197,13 @@ else ifeq ($(platform), classic_armv7_a7)
|
||||
endif
|
||||
#######################################
|
||||
|
||||
# generic armhf########################
|
||||
else ifeq ($(platform), armhf)
|
||||
CFLAGS += $(fpic) -std=gnu90
|
||||
LDFLAGS += $(fpic) -shared -Wl,--version-script=link.T
|
||||
PLATCFLAGS += -march=armv6 -mfloat-abi=hard -mfpu=vfp
|
||||
PLATCFLAGS += -fomit-frame-pointer -ffast-math
|
||||
|
||||
else ifeq ($(platform), android-armv7)
|
||||
TARGET = $(TARGET_NAME)_libretro_android.so
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user