blob: aef1443834a0cbab2c525ca73a9def84d58eb445 (
plain)
1
2
3
4
5
6
7
8
9
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# Fabian Groffen <grobian@gentoo.org> (2011-12-08)
# Force libssp, Solaris' libc doesn't have stack protection symbols,
# hence without this, -fstack-protector fails with linker unresolved
# symbol errors.
sys-devel/gcc libssp
|