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

(-)a/configure.ac (-1 / +1 lines)
Lines 662-668 Link Here
662
        DEAD_CODE_REMOVAL="";])
662
        DEAD_CODE_REMOVAL="";])
663
LDFLAGS=$save_LDFLAGS
663
LDFLAGS=$save_LDFLAGS
664
664
665
if test "$DEAD_CODE_REMOVAL" == ""; then
665
if test -z "$DEAD_CODE_REMOVAL"; then
666
    # Macos linkers have a -dead_strip flag, which is similar to --gc-sections.
666
    # Macos linkers have a -dead_strip flag, which is similar to --gc-sections.
667
    save_LDFLAGS=$LDFLAGS
667
    save_LDFLAGS=$LDFLAGS
668
    LDFLAGS="$LDFLAGS -Wl,-dead_strip"
668
    LDFLAGS="$LDFLAGS -Wl,-dead_strip"
(-)a/configure (-1 / +1 lines)
Lines 17815-17821 Link Here
17815
    conftest$ac_exeext conftest.$ac_ext
17815
    conftest$ac_exeext conftest.$ac_ext
17816
LDFLAGS=$save_LDFLAGS
17816
LDFLAGS=$save_LDFLAGS
17817
17817
17818
if test "$DEAD_CODE_REMOVAL" == ""; then
17818
if test -z "$DEAD_CODE_REMOVAL"; then
17819
    # Macos linkers have a -dead_strip flag, which is similar to --gc-sections.
17819
    # Macos linkers have a -dead_strip flag, which is similar to --gc-sections.
17820
    save_LDFLAGS=$LDFLAGS
17820
    save_LDFLAGS=$LDFLAGS
17821
    LDFLAGS="$LDFLAGS -Wl,-dead_strip"
17821
    LDFLAGS="$LDFLAGS -Wl,-dead_strip"
(-)a/aclocal.m4 (+1 lines)
Lines 1-3 Link Here
1
# touch
1
# generated automatically by aclocal 1.16.5 -*- Autoconf -*-
2
# generated automatically by aclocal 1.16.5 -*- Autoconf -*-
2
3
3
# Copyright (C) 1996-2021 Free Software Foundation, Inc.
4
# Copyright (C) 1996-2021 Free Software Foundation, Inc.

Return to bug 929193