projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab3690b
)
More properly name bytecode_libdir cferuntime_libdir. This is only the
author
Reid Spencer
<rspencer@reidspencer.com>
Mon, 13 Dec 2004 07:38:55 +0000
(07:38 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Mon, 13 Dec 2004 07:38:55 +0000
(07:38 +0000)
libdir for the CFE runtime libraries, not "all bytecode".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18881
91177308
-0d34-0410-b5e6-
96231b3b80d8
Makefile.config.in
patch
|
blob
|
history
diff --git
a/Makefile.config.in
b/Makefile.config.in
index d39420ef5e1f81c29d722ea45af3b883d9142d6d..7bcc804438b322c4801a4df41bc36db328a3c246 100644
(file)
--- a/
Makefile.config.in
+++ b/
Makefile.config.in
@@
-201,7
+201,7
@@
sysconfdir = @sysconfdir@
sharedstatedir = @sharedstatedir@
localstatedir = @localstatedir@
libdir = @libdir@
-bytecode_libdir = $(LLVMGCCDIR)/bytecode-libs
+cferuntime_libdir = $(LLVMGCCDIR)/lib
includedir = @includedir@
infodir = @infodir@
mandir = @mandir@