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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18882
91177308-0d34-0410-b5e6-
96231b3b80d8
LEVEL = ../../..
BYTECODE_LIBRARY = 1
LIBRARYNAME = gcsemispace
-
+BYTECODE_DESTINATION = $(cferuntime_libdir)
EXPORTED_SYMBOL_FILE = $(BUILD_SRC_DIR)/../gc_exported_symbols.lst
include $(LEVEL)/Makefile.common
DONT_BUILD_RELINKED = 1
BYTECODE_LIBRARY = 1
LIBRARYNAME = crtend
+BYTECODE_DESTINATION = $(cferuntime_libdir)
# Note: We're using FAKE_SOURCES because the comp_*.c don't really exists.
# However this makefile builds comp_*.bc and that's what we want in the library.
BYTECODE_LIBRARY = 1
DONT_BUILD_RELINKED = 1
LIBRARYNAME = c
+BYTECODE_DESTINATION = $(cferuntime_libdir)
include $(LEVEL)/Makefile.common
BYTECODE_LIBRARY = 1
DONT_BUILD_RELINKED = 1
LIBRARYNAME = curses
+BYTECODE_DESTINATION = $(cferuntime_libdir)
include $(LEVEL)/Makefile.common
BYTECODE_LIBRARY = 1
DONT_BUILD_RELINKED = 1
LIBRARYNAME = gcc
+BYTECODE_DESTINATION = $(cferuntime_libdir)
include $(LEVEL)/Makefile.common
BYTECODE_LIBRARY = 1
DONT_BUILD_RELINKED = 1
LIBRARYNAME = gdbm
+BYTECODE_DESTINATION = $(cferuntime_libdir)
include $(LEVEL)/Makefile.common
BYTECODE_LIBRARY = 1
DONT_BUILD_RELINKED = 1
LIBRARYNAME = m
+BYTECODE_DESTINATION = $(cferuntime_libdir)
include $(LEVEL)/Makefile.common
BYTECODE_LIBRARY = 1
DONT_BUILD_RELINKED = 1
LIBRARYNAME = malloc
+BYTECODE_DESTINATION = $(cferuntime_libdir)
include $(LEVEL)/Makefile.common
BYTECODE_LIBRARY = 1
DONT_BUILD_RELINKED = 1
LIBRARYNAME = pthread
+BYTECODE_DESTINATION = $(cferuntime_libdir)
include $(LEVEL)/Makefile.common
BYTECODE_LIBRARY = 1
DONT_BUILD_RELINKED = 1
LIBRARYNAME = termcap
+BYTECODE_DESTINATION = $(cferuntime_libdir)
include $(LEVEL)/Makefile.common
BYTECODE_LIBRARY = 1
DONT_BUILD_RELINKED = 1
LIBRARYNAME = ucb
+BYTECODE_DESTINATION = $(cferuntime_libdir)
include $(LEVEL)/Makefile.common
BYTECODE_LIBRARY = 1
DONT_BUILD_RELINKED = 1
LIBRARYNAME = utempter
+BYTECODE_DESTINATION = $(cferuntime_libdir)
include $(LEVEL)/Makefile.common
BYTECODE_LIBRARY = 1
DONT_BUILD_RELINKED = 1
LIBRARYNAME = util
+BYTECODE_DESTINATION = $(cferuntime_libdir)
include $(LEVEL)/Makefile.common
BYTECODE_LIBRARY = 1
DONT_BUILD_RELINKED = 1
LIBRARYNAME = dummy
+BYTECODE_DESTINATION = $(cferuntime_libdir)
include $(LEVEL)/Makefile.common
+
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
LEVEL = ../..
BYTECODE_LIBRARY = 1
LIBRARYNAME = trace
+BYTECODE_DESTINATION = $(cferuntime_libdir)
include $(LEVEL)/Makefile.common