diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-08-31 17:49:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-08-31 17:49:11 +0000 |
commit | d0fca88c5c7db033a48808a3e1ff7ff518fc8f5a (patch) | |
tree | 37d4635fa03805b4fe133f0db8ff4831ec83fd17 /profiles | |
parent | Version bump. (diff) | |
download | gentoo-2-d0fca88c5c7db033a48808a3e1ff7ff518fc8f5a.tar.gz gentoo-2-d0fca88c5c7db033a48808a3e1ff7ff518fc8f5a.tar.bz2 gentoo-2-d0fca88c5c7db033a48808a3e1ff7ff518fc8f5a.zip |
set default CHOST to x86_64-pc-linux-gnux32
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/hardened/linux/amd64/x32/make.defaults | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/hardened/linux/amd64/x32/make.defaults b/profiles/hardened/linux/amd64/x32/make.defaults new file mode 100644 index 000000000000..ab350e0b9c1a --- /dev/null +++ b/profiles/hardened/linux/amd64/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/hardened/linux/amd64/x32/make.defaults,v 1.1 2012/08/31 17:49:11 vapier Exp $ + +CHOST="x86_64-pc-linux-gnux32" |