diff options
author | 2006-08-05 18:41:37 +0000 | |
---|---|---|
committer | 2006-08-05 18:41:37 +0000 | |
commit | 4d1b5b821a3596678133f22b8f1fe230fea5fbae (patch) | |
tree | 29ac656dc35e11f17a7fa4b76d464c6625b4684a | |
parent | Disable USE=gnome check for recent pygtk (#110961) (diff) | |
download | historical-4d1b5b821a3596678133f22b8f1fe230fea5fbae.tar.gz historical-4d1b5b821a3596678133f22b8f1fe230fea5fbae.tar.bz2 historical-4d1b5b821a3596678133f22b8f1fe230fea5fbae.zip |
need to set nossp as gcc-3.4.x ICEs on 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" |