diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-13 07:40:50 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-13 07:40:50 +0000 |
| commit | c6de5b56a31231a2c5d20c128772233eb110f7a5 (patch) | |
| tree | cc9681ec5b440bb2a78722dd93fd7c557c705cff /llvm/runtime/libprofile | |
| parent | 5ae8c5e5d630cc9af02720cf16207fdc82d73913 (diff) | |
| download | bcm5719-llvm-c6de5b56a31231a2c5d20c128772233eb110f7a5.tar.gz bcm5719-llvm-c6de5b56a31231a2c5d20c128772233eb110f7a5.zip | |
Use the new BYTECODE_DESTINATION to override the default bytecode install
destination for this library so that it goes to $(cferuntime_libdir) rather
than just $(libdir). Normal bytecode libraries should be installed in the
$(libdir), but these ones are "special" because they're part of the the
C/C++ front end.
llvm-svn: 18882
Diffstat (limited to 'llvm/runtime/libprofile')
| -rw-r--r-- | llvm/runtime/libprofile/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/runtime/libprofile/Makefile b/llvm/runtime/libprofile/Makefile index add0b25b22f..80cf4f74f00 100644 --- a/llvm/runtime/libprofile/Makefile +++ b/llvm/runtime/libprofile/Makefile @@ -13,5 +13,6 @@ SHARED_LIBRARY = 1 LIBRARYNAME = profile_rt EXTRA_DIST = exported_symbols.lst EXPORTED_SYMBOL_FILE = $(BUILD_SRC_DIR)/exported_symbols.lst +BYTECODE_DESTINATION = $(cferuntime_libdir) include $(LEVEL)/Makefile.common |

