Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Success

Changes

Summary

  1. Use 'gluegen-clang.properties' for generic clang and (details)
  2. glibc-compat-symbols.h: Use GLIBC_2.0 for 32bit ; Use asm(..) instead of (details)
Commit bcae9ec99e62f144b4c96ede2fbd37f07401f484 by Sven Gothel
Use 'gluegen-clang.properties' for generic clang and 'gluegen-xcode_clang.properties' for OSX xcode-clang ; Add GNU/Linux LLVM/clang build scripts

Use 'gluegen-clang.properties' for generic clang and 'gluegen-xcode_clang.properties' for OSX xcode-clang.

Add GNU/Linux LLVM/clang build scripts
The file was addedmake/scripts/make.gluegen.all.linux-x86_64-clang.sh (diff)
The file was modified make/scripts/make.gluegen.all.macosx-clang.sh (diff)
The file was addedmake/lib/gluegen-xcode_clang.properties (diff)
The file was addedmake/scripts/make.gluegen.all.linux-x86-clang.sh (diff)
The file was modified make/lib/gluegen-clang.properties (diff)
The file was modified make/gluegen-cpptasks-base.xml (diff)
Commit e90a2c65519168fd825e57b554cc0d82fffebdc4 by Sven Gothel
glibc-compat-symbols.h: Use GLIBC_2.0 for 32bit ; Use asm(..) instead of __asm__(..) to support clang ; Branch on OS predef-macro for GLIBC detection, allow __GNUC__ and __clang__ on __linux__
The file was modified make/stub_includes/platform/glibc-compat-symbols.h (diff)