Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 832676
Collapse All | Expand All

(-)a/Makefile (-1 / +1 lines)
Lines 41-47 MOLD_CXXFLAGS = -std=c++20 -fno-exceptions -fno-unwind-tables \ Link Here
41
                -fno-asynchronous-unwind-tables -DMOLD_VERSION=\"1.0.2\" \
41
                -fno-asynchronous-unwind-tables -DMOLD_VERSION=\"1.0.2\" \
42
                -DLIBDIR="\"$(LIBDIR)\""
42
                -DLIBDIR="\"$(LIBDIR)\""
43
43
44
MOLD_LDFLAGS = -pthread -lz -lm
44
MOLD_LDFLAGS = -pthread -lz -lm -lucontext
45
45
46
GIT_HASH = $(shell [ -d .git ] && git rev-parse HEAD)
46
GIT_HASH = $(shell [ -d .git ] && git rev-parse HEAD)
47
ifneq ($(GIT_HASH),)
47
ifneq ($(GIT_HASH),)

Return to bug 832676