search for: bytecode_libdir

Displaying 3 results from an estimated 3 matches for "bytecode_libdir".

2004 Oct 28
1
[LLVMdev] Bytecode Library Names
Some issues about bytecode libraries, their names, and where they get installed need to be discussed. Currently the bytecode libraries are installed to two different places: $(libdir) $(bytecode_libdir) libdir is $(prefix)/lib bytecode_libdir is $(LLVMGCCDIR)/bytecode-libs The things that go into $(libdir) are built from the "runtime" directory but aren't bytecode libraries, they are .so, .a or .o files (native builds) The things that go into $(bytecode_libdir) are bytecode libr...
2004 Oct 23
1
[LLVMdev] UPDATE: Makefile.rules Changes (IMPORTANT)
...se libraries as .a files. > -########################################################################### > - > -# Install rule for making bytecode library directory if it does not exist. > -# Trigger this by making libraries that need to be installed here depend on it. > -$(DESTDIR)$(bytecode_libdir): > - $(MKDIR) $@ > +############################################################################### > +# Library Build Rules: Four ways to build a library > +############################################################################### > > + > +# if we're building a li...
2004 Apr 01
1
[LLVMdev] Makefile.config
Hi John, I have attached my Makefile.config. I noticed that I did'nt have SRC_ROOT and OBJ_ROOT variables defined as such in my environment. But I noticed that this is defined in the Makefile.config by default to the same values. All the same, I tried defining both these variables in my .cshrc, but I still get the same error. The main directory for me is /home/llvm, and I have