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

(-)a/profiles/default/linux/amd64/13.0/developer/make.defaults (-3 / +3 lines)
Lines 1-7 Link Here
1
# Copyright 1999-2013 Gentoo Foundation.
1
# Copyright 2010-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
# Adding -Wl,--hash-style=gnu to default LDFLAGS for linux/amd64 dev profile
4
# Adding -Wl,--defsym=__gentoo_check_ldflags__=0 to default LDFLAGS for linux/amd64 dev profile
5
# This will help developers track packages, that don't respect LDFLAGS, down
5
# This will help developers track packages, that don't respect LDFLAGS, down
6
# more effectively
6
# more effectively
7
LDFLAGS="-Wl,--hash-style=gnu ${LDFLAGS}"
7
LDFLAGS="${LDFLAGS} -Wl,--defsym=__gentoo_check_ldflags__=0"
(-)a/profiles/default/linux/amd64/17.0/developer/make.defaults (-3 / +3 lines)
Lines 1-7 Link Here
1
# Copyright 1999-2013 Gentoo Foundation.
1
# Copyright 2010-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
# Adding -Wl,--hash-style=gnu to default LDFLAGS for linux/amd64 dev profile
4
# Adding -Wl,--defsym=__gentoo_check_ldflags__=0 to default LDFLAGS for linux/amd64 dev profile
5
# This will help developers track packages, that don't respect LDFLAGS, down
5
# This will help developers track packages, that don't respect LDFLAGS, down
6
# more effectively
6
# more effectively
7
LDFLAGS="-Wl,--hash-style=gnu ${LDFLAGS}"
7
LDFLAGS="${LDFLAGS} -Wl,--defsym=__gentoo_check_ldflags__=0"
(-)a/profiles/default/linux/amd64/17.1/developer/make.defaults (-3 / +3 lines)
Lines 1-7 Link Here
1
# Copyright 1999-2013 Gentoo Foundation.
1
# Copyright 2010-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
# Adding -Wl,--hash-style=gnu to default LDFLAGS for linux/amd64 dev profile
4
# Adding -Wl,--defsym=__gentoo_check_ldflags__=0 to default LDFLAGS for linux/amd64 dev profile
5
# This will help developers track packages, that don't respect LDFLAGS, down
5
# This will help developers track packages, that don't respect LDFLAGS, down
6
# more effectively
6
# more effectively
7
LDFLAGS="-Wl,--hash-style=gnu ${LDFLAGS}"
7
LDFLAGS="${LDFLAGS} -Wl,--defsym=__gentoo_check_ldflags__=0"
(-)a/profiles/default/linux/x86/13.0/developer/make.defaults (-3 / +3 lines)
Lines 1-7 Link Here
1
# Copyright 1999-2013 Gentoo Foundation.
1
# Copyright 2010-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
# Adding -Wl,--hash-style=gnu to default LDFLAGS for linux/x86 dev profile
4
# Adding -Wl,--defsym=__gentoo_check_ldflags__=0 to default LDFLAGS for linux/x86 dev profile
5
# This will help developers track down packages, that don't respect LDFLAGS,
5
# This will help developers track down packages, that don't respect LDFLAGS,
6
# more easily
6
# more easily
7
LDFLAGS="-Wl,--hash-style=gnu ${LDFLAGS}"
7
LDFLAGS="${LDFLAGS} -Wl,--defsym=__gentoo_check_ldflags__=0"
(-)a/profiles/default/linux/x86/17.0/developer/make.defaults (-4 / +3 lines)
Lines 1-7 Link Here
1
# Copyright 1999-2013 Gentoo Foundation.
1
# Copyright 2010-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
# Adding -Wl,--hash-style=gnu to default LDFLAGS for linux/x86 dev profile
4
# Adding -Wl,--defsym=__gentoo_check_ldflags__=0 to default LDFLAGS for linux/x86 dev profile
5
# This will help developers track down packages, that don't respect LDFLAGS,
5
# This will help developers track down packages, that don't respect LDFLAGS,
6
# more easily
6
# more easily
7
LDFLAGS="-Wl,--hash-style=gnu ${LDFLAGS}"
7
LDFLAGS="${LDFLAGS} -Wl,--defsym=__gentoo_check_ldflags__=0"
8
- 

Return to bug 680828