Displaying 2 results from an estimated 2 matches for "make_flags".
Did you mean:
wake_flags
2003 Mar 21
4
3.6 portable ready.
The Cray and tru64 patches I have, have been applied. Unless there is any
major "oh my god it does not work". I believe 3.6 should now be ready for
release soon.
I'd like to thank everyone for providing feedback on the status of
their their platform. Hopefully, we have not missed any platform that is
commonly used.
- Ben
2010 Nov 29
3
[LLVMdev] Does someone has experience with Canadian cross build of LLVM compiler?
...;; export CXXFLAGS; LDFLAGS=""; export LDFLAGS;
CFLAGS="-std=gnu89 $CFLAGS"
make -f /home/ksanina/Makefile.llvm -C $BUILD_DIR all
CONFIG_FLAGS="--host=i386-mingw32
--build=x86_64-linux-gnu --target=i386-linux
--prefix=/home/ksanina/install/mx-debug --enable-validation"
MAKE_FLAGS="VERBOSE=1 " TESTSUITE=
make[1]: Entering directory `/home/ksanina/build/mx-debug-llvm'
make VERBOSE=1
make[2]: Entering directory `/home/ksanina/build/mx-debug-llvm'
if [ ! -f BuildTools/Makefile ]; then \
/home/ksanina/llvm/autoconf/mkinstalldirs BuildTools; \
cd...