Displaying 2 results from an estimated 2 matches for "build_dirs_only".
2010 Sep 06
1
[LLVMdev] RFC: change build order (or location) of LLVMHello plugin
Good evening, Michael.
2010/9/5 Michael Spencer <bigcheesegs at gmail.com>:
> Do you know what the exact problem is? It would be best to fix the
> Makefile instead of moving it. And sense it is a transformation, the
> build system is broken if you _have_ to move it.
I am sorry, I don't understand what *the exact problem" is.
I can describe facts;
- Hello is the only
2010 Nov 29
3
[LLVMdev] Does someone has experience with Canadian cross build of LLVM compiler?
...s BuildTools; \
cd BuildTools ; \
unset CFLAGS ; \
unset CXXFLAGS ; \
/home/ksanina/llvm/configure --build=x86_64-pc-linux-gnu \
--host=x86_64-pc-linux-gnu --target=x86_64-pc-linux-gnu; \
cd .. ; \
fi; \
(unset SDKROOT; \
make -C BuildTools \
BUILD_DIRS_ONLY=1 \
UNIVERSAL= \
ENABLE_OPTIMIZED=1 \
ENABLE_PROFILING= \
ENABLE_COVERAGE= \
DISABLE_ASSERTIONS=1 \
ENABLE_EXPENSIVE_CHECKS= \
CFLAGS= \
CXXFLAGS= \
) || exit 1;
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64...