Ticket #33339: patch-include-makeinclude-platform_macros.GNU.diff

File patch-include-makeinclude-platform_macros.GNU.diff, 459 bytes (added by lockhart (Thomas Lockhart), 12 years ago)

Second of two files required to be added to the ACE/TAO build tree.

  • include/makeinclude/platform_macros.GNU

    old new  
     1buildbits=64
     2install_rpath=0
     3inline=1
     4shared_libs_only=1
     5ec_typed_events=0
     6
     7LDFLAGS+= -Wl,-rpath,$(INSTALL_PREFIX)/$(INSTALL_LIB)
     8
     9SOFLAGS+= -Wl,-install_name,\@rpath/$@
     10
     11include $(ACE_ROOT)/include/makeinclude/platform_macosx_@MACOSX@.GNU