diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-09 01:08:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-09 01:08:47 +0000 |
commit | 189e6114830ad23f178573ed010d72a260dc8d17 (patch) | |
tree | 51f6883fff3ab930c14d707bff006e54194e3e8f /profiles/default-linux | |
parent | Cleaning up old versions (bug #140558). (diff) | |
download | gentoo-2-189e6114830ad23f178573ed010d72a260dc8d17.tar.gz gentoo-2-189e6114830ad23f178573ed010d72a260dc8d17.tar.bz2 gentoo-2-189e6114830ad23f178573ed010d72a260dc8d17.zip |
default to ssp off with gcc-3.4 as well
Diffstat (limited to 'profiles/default-linux')
-rw-r--r-- | profiles/default-linux/sh/2006.1/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/default-linux/sh/2006.1/make.defaults b/profiles/default-linux/sh/2006.1/make.defaults index de6b7c41dcbd..df94cee911f1 100644 --- a/profiles/default-linux/sh/2006.1/make.defaults +++ b/profiles/default-linux/sh/2006.1/make.defaults @@ -1,2 +1,2 @@ STAGE1_USE="nptl nptlonly nossp" -USE="nptl nptlonly" +USE="nptl nptlonly nossp" |