CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2013/12/02 15:14:29
Modified files:
devel/llvm : Makefile
devel/llvm/patches: patch-tools_clang_lib_Driver_Tools_cpp
Removed files:
devel/llvm/patches: patch-cmake_modules_LLVMConfig_cmake_in
Log message:
- Remove MAKE_FLAGS variables as they were only relevant for the GNU
autoconf/make
build infrastructure
- Remove the CMake patch as sebastia@ says it did not actually work and should
be
removed
- Some frontend driver tweaks for the external assembler handling for 32-bit
mode
(-m32) on amd64, powerpc handling and bring the ABI determination bits in line
with the other OS's to use the getGnuCompatibleMipsABIName function
ok sthen@