diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-05 18:41:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-05 18:41:37 +0000 |
commit | e9066fa50fac4f1063a85f4580ad3a8688fd9c3b (patch) | |
tree | d5422ff7b24ba7e517d99d4582edd7b52efc56b7 /profiles/default-linux/sh | |
parent | Disable USE=gnome check for recent pygtk (#110961) (diff) | |
download | gentoo-2-e9066fa50fac4f1063a85f4580ad3a8688fd9c3b.tar.gz gentoo-2-e9066fa50fac4f1063a85f4580ad3a8688fd9c3b.tar.bz2 gentoo-2-e9066fa50fac4f1063a85f4580ad3a8688fd9c3b.zip |
need to set nossp as gcc-3.4.x ICEs on sh
Diffstat (limited to 'profiles/default-linux/sh')
-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 7239930989ef..de6b7c41dcbd 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" +STAGE1_USE="nptl nptlonly nossp" USE="nptl nptlonly" |