diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2013-04-08 18:41:23 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2013-04-08 18:41:23 +0000 |
| commit | 4a16efa3e43e35f0cc9efe3a67f620f0017c3d36 (patch) | |
| tree | 06099edc18d30894081a822b756f117cbe0b8207 /runtime/libprofile/Makefile | |
| parent | 482e7bddf617ae804dc47133cb07eb4aa81e45de (diff) | |
Notes
Diffstat (limited to 'runtime/libprofile/Makefile')
| -rw-r--r-- | runtime/libprofile/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/libprofile/Makefile b/runtime/libprofile/Makefile index 6e9225382a9e..6c3701b26871 100644 --- a/runtime/libprofile/Makefile +++ b/runtime/libprofile/Makefile @@ -16,8 +16,6 @@ endif LIBRARYNAME = profile_rt LINK_LIBS_IN_SHARED = 1 SHARED_LIBRARY = 1 -EXTRA_DIST = libprofile.exports -EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/libprofile.exports # Build and install this archive. BUILD_ARCHIVE = 1 @@ -50,7 +48,7 @@ ifeq ($(HOST_OS),Darwin) endif # If we're doing an Apple-style build, add the LTO object path. - ifeq ($(RC_BUILDIT),YES) + ifeq ($(RC_XBS),YES) TempFile := $(shell mkdir -p ${OBJROOT}/dSYMs ; mktemp ${OBJROOT}/dSYMs/profile_rt-lto.XXXXXX) LLVMLibsOptions := $(LLVMLibsOptions) \ -Wl,-object_path_lto -Wl,$(TempFile) |
