platform_build/core/combo
Ying Wang 5dea692715 Use @rpath and @loader_path to avoid absolute path
With "-Wl,-rpath,@loader_path/../lib" the linker embeds
@loader_path/../lib as the target binary's rpath.
Here @loader_path means the path of the binary that initiates the
loading.
With "-install_name @rpath/libfoo.dylib " the linker runtime searches
libfoo.dylib in the binary's embeded rpath.

With this change you can call dlopen() without specifying the full path
of the shared library.

Change-Id: If9beb3f6f4642a377bff603bab5ba3fdb96211bf
2012-02-01 13:20:30 -08:00
..
arch x86: Refine the way we configure the x86 build. 2011-12-14 18:08:47 +01:00
HOST_darwin-x86.mk Use @rpath and @loader_path to avoid absolute path 2012-02-01 13:20:30 -08:00
HOST_linux-x86.mk Revert "Reference new location of SDK toolchain" 2012-01-11 09:00:41 -08:00
HOST_windows-x86.mk Get rid of $(combo_target) 2010-02-23 12:36:56 -08:00
javac.mk Fix the build: properly detect the BUILD OS version of Java, not the host one. 2010-06-12 11:44:48 -07:00
select.mk Reference the new prebuilt ccache location. 2012-01-09 11:52:23 -08:00
TARGET_linux-arm.mk Revert "Point arm toolchain to the new gcc-4.6 one." 2012-01-11 04:23:06 -08:00
TARGET_linux-sh.mk Include toolchain makefile based on the current config. 2012-01-06 11:59:30 -08:00
TARGET_linux-x86.mk Reference x86 toolchain in its new location 2012-01-09 13:02:03 -08:00