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/GCCLibraries/libpthread/Makefile | |
| 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/GCCLibraries/libpthread/Makefile')
| -rw-r--r-- | llvm/runtime/GCCLibraries/libpthread/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/runtime/GCCLibraries/libpthread/Makefile b/llvm/runtime/GCCLibraries/libpthread/Makefile index 69979028b17..fe99b6118d5 100644 --- a/llvm/runtime/GCCLibraries/libpthread/Makefile +++ b/llvm/runtime/GCCLibraries/libpthread/Makefile @@ -11,5 +11,6 @@ LEVEL = ../../.. BYTECODE_LIBRARY = 1 DONT_BUILD_RELINKED = 1 LIBRARYNAME = pthread +BYTECODE_DESTINATION = $(cferuntime_libdir) include $(LEVEL)/Makefile.common |

