CVS commit: src/tools/llvm

2020-02-21 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Feb 21 15:00:44 UTC 2020 Modified Files: src/tools/llvm: Makefile Log Message: LLVM doesn't use term.h, so don't check for it when probing here either. Increase robustness of checks for incremental builds by forcing a

CVS commit: src/tools/llvm-lib

2019-04-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Apr 3 15:15:17 UTC 2019 Removed Files: src/tools/llvm-lib/libLLVMAMDGPUAsmParser: Makefile src/tools/llvm-lib/libLLVMAMDGPUAsmPrinter: Makefile src/tools/llvm-lib/libLLVMAMDGPUCodeGen: Makefile

CVS commit: src/tools/llvm

2015-03-05 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Mar 5 10:22:25 UTC 2015 Modified Files: src/tools/llvm: Makefile Log Message: misc/48722: Use explicit HOST_SH in case the user insists on removing permissions from the filesystem. To generate a diff of this commit: cvs

CVS commit: src/tools/llvm

2015-01-05 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jan 5 18:41:59 UTC 2015 Modified Files: src/tools/llvm: Makefile Log Message: cleandir-llvm should not exist in the filesystem To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/tools/llvm/Makefile Please

CVS commit: src/tools/llvm

2014-01-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jan 16 09:00:55 UTC 2014 Modified Files: src/tools/llvm: Makefile Log Message: Pass HOST_CXX to llvm configure as CXX=${HOST_CXX:Q} since llvm wants c++ more than cc. To generate a diff of this commit: cvs rdiff -u -r1.17

CVS commit: src/tools/llvm

2013-02-20 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Feb 20 14:13:32 UTC 2013 Modified Files: src/tools/llvm: Makefile Log Message: Work-around for python detection in LLVM's configure script To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/tools/llvm/Makefile

CVS commit: src/tools/llvm

2013-02-19 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Feb 19 18:02:42 UTC 2013 Modified Files: src/tools/llvm: Makefile.inc Log Message: Replace NETBSDSRCDIR with .PARSEDIR based logic here. bsd.own.mk is included too early in the tools build, but not including it fails for

CVS commit: src/tools/llvm

2013-02-18 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Feb 18 20:30:16 UTC 2013 Modified Files: src/tools/llvm: Makefile.inc Log Message: Explicitly include bsd.own.mk to allow building without tool make. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tools/llvm

2012-05-31 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu May 31 18:52:17 UTC 2012 Modified Files: src/tools/llvm: Makefile Log Message: Forcefully override the GNU make configure check. The build system in NetBSD doesn't need it, so the configure check doesn't have to reject a

CVS commit: src/tools/llvm

2011-07-18 Thread Adam Ciarcinski
Module Name:src Committed By: adam Date: Mon Jul 18 18:37:15 UTC 2011 Modified Files: src/tools/llvm: Makefile Log Message: Pass HOST_CC otherwise fails e.g. on Mac OS X; fixed typo in --disable-assertions To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/tools/llvm

2011-07-18 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jul 18 19:11:28 UTC 2011 Modified Files: src/tools/llvm: Makefile Log Message: Partially revert last, keep assertions enabled (but with the correct spelling of the option). To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tools/llvm

2011-07-06 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jul 7 05:41:59 UTC 2011 Modified Files: src/tools/llvm: Makefile Log Message: Fix cleandir-llvm (only remove config if it exists) To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tools/llvm/Makefile Please

CVS commit: src/tools/llvm

2011-07-05 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Jul 5 17:30:35 UTC 2011 Modified Files: src/tools/llvm: Makefile Log Message: Also enable toolchain build of ARM To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tools/llvm/Makefile Please note that diffs

CVS commit: src/tools/llvm

2011-03-20 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Mar 21 02:10:10 UTC 2011 Modified Files: src/tools/llvm: Makefile Log Message: --with-clang-resource-dir is no longer needed To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tools/llvm/Makefile Please note