diff options
author | 2012-09-07 00:37:28 +0000 | |
---|---|---|
committer | 2012-09-07 00:37:28 +0000 | |
commit | 22610141637b2ca48b62f1dbef7234913a3d9843 (patch) | |
tree | 9a7cee415ff9b244780629b5d67b8b879a4d49ac /profiles/default | |
parent | Update for private browsing issues (diff) | |
download | gentoo-2-22610141637b2ca48b62f1dbef7234913a3d9843.tar.gz gentoo-2-22610141637b2ca48b62f1dbef7234913a3d9843.tar.bz2 gentoo-2-22610141637b2ca48b62f1dbef7234913a3d9843.zip |
set default CHOST to x86_64-pc-linux-gnux32
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/linux/amd64/10.0/x32/make.defaults | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/default/linux/amd64/10.0/x32/make.defaults b/profiles/default/linux/amd64/10.0/x32/make.defaults new file mode 100644 index 000000000000..b17da92030c4 --- /dev/null +++ b/profiles/default/linux/amd64/10.0/x32/make.defaults @@ -0,0 +1,5 @@ +# Copyright 1999-2012 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/amd64/10.0/x32/make.defaults,v 1.1 2012/09/07 00:37:28 vapier Exp $ + +CHOST="x86_64-pc-linux-gnux32" |