summaryrefslogtreecommitdiffstats
path: root/llvm/runtime/GCCLibraries/libgcc
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-13 07:40:50 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-13 07:40:50 +0000
commitc6de5b56a31231a2c5d20c128772233eb110f7a5 (patch)
treecc9681ec5b440bb2a78722dd93fd7c557c705cff /llvm/runtime/GCCLibraries/libgcc
parent5ae8c5e5d630cc9af02720cf16207fdc82d73913 (diff)
downloadbcm5719-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/libgcc')
-rw-r--r--llvm/runtime/GCCLibraries/libgcc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/runtime/GCCLibraries/libgcc/Makefile b/llvm/runtime/GCCLibraries/libgcc/Makefile
index f56b0587034..8fb67f5c80a 100644
--- a/llvm/runtime/GCCLibraries/libgcc/Makefile
+++ b/llvm/runtime/GCCLibraries/libgcc/Makefile
@@ -11,5 +11,6 @@ LEVEL = ../../..
BYTECODE_LIBRARY = 1
DONT_BUILD_RELINKED = 1
LIBRARYNAME = gcc
+BYTECODE_DESTINATION = $(cferuntime_libdir)
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud