diff options
Diffstat (limited to 'profiles/prefix/linux/arm/make.defaults')
-rw-r--r-- | profiles/prefix/linux/arm/make.defaults | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/prefix/linux/arm/make.defaults b/profiles/prefix/linux/arm/make.defaults new file mode 100644 index 000000000000..c59f26d4e7ce --- /dev/null +++ b/profiles/prefix/linux/arm/make.defaults @@ -0,0 +1,7 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +ARCH="arm" +# This is a pretty specific profile to the armv7 arch, we can change that later +CHOST="armv7a-softfloat-linux-gnueabi" |