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

(-)a/Makefile.am (-1 / +1 lines)
Lines 6598-6604 dist: dist-check-python dist-check-compat-libs Link Here
6598
# check "broken" platforms limited toolchains for link breakage before we release
6598
# check "broken" platforms limited toolchains for link breakage before we release
6599
.PHONY: linkcheck
6599
.PHONY: linkcheck
6600
linkcheck:
6600
linkcheck:
6601
	$(MAKE) CFLAGS='-fno-lto' LDFLAGS='-Wl,-fuse-ld=gold -Wl,--as-needed -Wl,--no-gc-sections' distcheck
6601
	$(MAKE) CFLAGS='-fno-lto' LDFLAGS='-Wl,--as-needed -Wl,--no-gc-sections' distcheck
6602
6602
6603
.PHONY: hwdb-update
6603
.PHONY: hwdb-update
6604
hwdb-update:
6604
hwdb-update:
(-)a/configure.ac (-2 / +1 lines)
Lines 226-233 CC_CHECK_FLAGS_APPEND([with_ldflags], [LDFLAGS], [\ Link Here
226
        -Wl,--gc-sections \
226
        -Wl,--gc-sections \
227
        -Wl,-z,relro \
227
        -Wl,-z,relro \
228
        -Wl,-z,now \
228
        -Wl,-z,now \
229
        -pie \
229
        -pie])
230
        -Wl,-fuse-ld=gold])
231
AC_SUBST([OUR_LDFLAGS], "$with_ldflags $sanitizer_ldflags")
230
AC_SUBST([OUR_LDFLAGS], "$with_ldflags $sanitizer_ldflags")
232
231
233
AC_CHECK_SIZEOF(pid_t)
232
AC_CHECK_SIZEOF(pid_t)

Return to bug 539998