index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gnu
/
usr.bin
/
clang
/
Makefile.inc
Age
Commit message (
Expand
)
Author
2023-11-17
Use -mxgot to avoid GOT overflow during build on mips64.
Visa Hankala
2023-11-11
update build infrastructure for llvm-16.0.6
Robert Nagy
2022-05-12
Drop old powerpc flags from the build of clang
George Koehler
2021-08-21
Switch macppc to ld.lld
gkoehler
2021-05-19
Revert hack to build clang with -static on riscv64.
Dale Rahn
2021-05-14
On riscv64, dynamically linked clang binary fails with:
Dale Rahn
2021-04-28
Update clang build infrastructure for LLVM 11.1.0.
Patrick Wildt
2020-11-10
Sort list of archs in alphabetical order.
Patrick Wildt
2020-10-12
Disable retguard for clang build.
mortimer
2020-08-03
Update build infrastructure for LLVM 10.0.0.
Patrick Wildt
2019-11-26
Revert previous "honour DEBUG", otherwise clang uses -g resulting in huge
Stuart Henderson
2019-11-25
Honour DEBUG
kn
2019-10-25
Add retguard for octeon/mips64.
mortimer
2019-07-11
Compile clang with -fomit-frame-pointer on mips64. This releases the
Visa Hankala
2019-04-19
On powerpc, link with -Wl,-relax as clang is a monster and code exceeds the
Mark Kettenis
2019-03-06
Define LLVM_NATIVE_* in llvm-config.h like the result of a cmake
Jonathan Gray
2019-01-19
CXXFLAGS are the correct spelling for c++ options.
Ted Unangst
2019-01-12
Check for the CPU architecture and not the system architecture when
Christian Weisgerber
2019-01-11
disable the correct performance options, per-architecture
Theo de Raadt
2019-01-08
Disable ret-protector and retpoline protections in the clang compiler
Alexander Bluhm
2018-10-04
Add infrastructure to compile and link LLDB. Inspecting core files
Patrick Wildt
2018-07-28
Add -fno-ret-protector for arm64.
mortimer
2018-06-06
Add RETGUARD to clang for amd64. This security mechanism uses per-function
mortimer
2017-04-17
Change build infrastructure to allow building both gcc and clang. This
Mark Kettenis
2017-02-16
clang is installed as cc and c++ there is no need to set CC and CXX to
Jonathan Gray
2016-12-20
Compile clang with clang by default instead of egcc. This allows our
Patrick Wildt
2016-09-18
On arm, set the "triple" to armv7-unknown-openbsdX.Y-gnueabi. This makes the
Mark Kettenis
2016-09-05
LLVM/Clang build system. This only builds the bare minimum of what is needed
Pascal Stumpf