More properly name bytecode_libdir cferuntime_libdir. This is only the
authorReid Spencer <rspencer@reidspencer.com>
Mon, 13 Dec 2004 07:38:55 +0000 (07:38 +0000)
committerReid 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

index d39420ef5e1f81c29d722ea45af3b883d9142d6d..7bcc804438b322c4801a4df41bc36db328a3c246 100644 (file)
@@ -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@