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 | bbada5e449afac31525529972744581f9f51831b (patch) | |
tree | f2ea17f2d1fd36a72c5a1d8036847b518534e89b /profiles | |
parent | Cleaning up old versions (bug #140558). (diff) | |
download | historical-bbada5e449afac31525529972744581f9f51831b.tar.gz historical-bbada5e449afac31525529972744581f9f51831b.tar.bz2 historical-bbada5e449afac31525529972744581f9f51831b.zip |
default to ssp off with gcc-3.4 as well
Diffstat (limited to 'profiles')
-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" |