platform_macros.GNU 404 B

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