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 | d65fab0fdbc5287fdd94ed484ad6f7779bee29f5 (patch) | |
tree | e26cbfb8ac65e19c25d3906c668aa1e858dc6387 /profiles | |
parent | Version bump. (diff) | |
download | historical-d65fab0fdbc5287fdd94ed484ad6f7779bee29f5.tar.gz historical-d65fab0fdbc5287fdd94ed484ad6f7779bee29f5.tar.bz2 historical-d65fab0fdbc5287fdd94ed484ad6f7779bee29f5.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" |