summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wever <weeve@gentoo.org>2006-10-16 23:52:39 +0000
committerJason Wever <weeve@gentoo.org>2006-10-16 23:52:39 +0000
commitc3fc7b6218a6c257b7111412e688a787fcbb5429 (patch)
treea186aa716eda48119b5e9c4930b24091dc9f5247 /profiles
parentVersion bump. (diff)
downloadhistorical-c3fc7b6218a6c257b7111412e688a787fcbb5429.tar.gz
historical-c3fc7b6218a6c257b7111412e688a787fcbb5429.tar.bz2
historical-c3fc7b6218a6c257b7111412e688a787fcbb5429.zip
Added the kernel variables wrt bug #133382 that enable proper module building for SPARC64.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default-linux/sparc/sparc64/make.defaults7
1 files changed, 6 insertions, 1 deletions
diff --git a/profiles/default-linux/sparc/sparc64/make.defaults b/profiles/default-linux/sparc/sparc64/make.defaults
index ec48480f8620..2228950007ed 100644
--- a/profiles/default-linux/sparc/sparc64/make.defaults
+++ b/profiles/default-linux/sparc/sparc64/make.defaults
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/sparc64/make.defaults,v 1.12 2006/10/05 21:18:17 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/sparc64/make.defaults,v 1.13 2006/10/16 23:52:39 weeve Exp $
# 64bit kernel, 32bit userland
CHOST="sparc-unknown-linux-gnu"
@@ -10,6 +10,11 @@ PROFILE_ARCH="sparc64"
CTARGETS_BINUTILS="sparc-unknown-linux-gnu sparc64-unknown-linux-gnu"
STAGE1_USE="gcc64"
+# The funky stuffs for handling different kernel compiler than userland compiler
+KERNEL_ABI="sparc64"
+CHOST_sparc64="sparc64-unknown-linux-gnu"
+LDFLAGS_sparc64="-m elf64_sparc"
+
# Multilib stuff
MULTILIB_ABIS="sparc32"
DEFAULT_ABI="sparc32"