Skip to content

Commit

Permalink
RPI - Linux aarch64 minor fixes (#7527)
Browse files Browse the repository at this point in the history
#changelog #linuxarm
  • Loading branch information
dimitre authored Apr 26, 2023
1 parent 84c0cd0 commit 29c99ed
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
5 changes: 5 additions & 0 deletions addons/ofxAssimpModelLoader/addon_config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ linuxarmv7l:
ADDON_LIBS_EXCLUDE = libs/assimp
ADDON_INCLUDES_EXCLUDE = libs/assimp/%

linuxaarch64:
ADDON_PKG_CONFIG_LIBRARIES = assimp
ADDON_LIBS_EXCLUDE = libs/assimp
ADDON_INCLUDES_EXCLUDE = libs/assimp/%

linux:
ADDON_PKG_CONFIG_LIBRARIES = assimp
ADDON_LIBS_EXCLUDE = libs/assimp
Expand Down
6 changes: 6 additions & 0 deletions addons/ofxOpenCv/addon_config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ linuxarmv7l:
ADDON_INCLUDES_EXCLUDE = libs/opencv
ADDON_INCLUDES_EXCLUDE += libs/opencv/%

linuxaarch64:
ADDON_PKG_CONFIG_LIBRARIES = opencv4
ADDON_LIBS_EXCLUDE = libs/opencv/%
ADDON_INCLUDES_EXCLUDE = libs/opencv
ADDON_INCLUDES_EXCLUDE += libs/opencv/%

msys2:
ADDON_PKG_CONFIG_LIBRARIES = opencv4
ADDON_LIBS_EXCLUDE = libs/opencv/%
Expand Down
2 changes: 1 addition & 1 deletion apps/projectGenerator
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ include $(OF_SHARED_MAKEFILES_PATH)/config.linux.common.mk
################################################################################

PLATFORM_LDFLAGS += -lstdc++fs

PLATFORM_LDFLAGS += -no-pie
# PLATFORM_LDFLAGS += -nostartfiles

PLATFORM_CFLAGS += -march=armv8-a
PLATFORM_CFLAGS += -mcpu=cortex-a72
Expand Down

0 comments on commit 29c99ed

Please sign in to comment.