Files
buildroot/package/ace/platform_macros.GNU
tiopex dcdaa3599c bump version to 2022.02.9
add miyoo_defconfig
2023-01-31 16:39:34 +01:00

15 lines
404 B
Gnuplot

# help: http://www.dre.vanderbilt.edu/~schmidt/DOC_ROOT/ACE/ACE-INSTALL.html#unix
# create a platform macros file
include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
# disable RPATH
install_rpath = 0
# set the installation prefix
INSTALL_PREFIX = /usr
# fix link error with ARM EABI tools
# http://list.isis.vanderbilt.edu/pipermail/ace-users/2008-January/002742.html
no_hidden_visibility = 1