aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2016-02-29 13:47:36 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2016-02-29 13:47:36 -0800
commit41a7b4515071ef386f919215fa02a90beb426500 (patch)
treef1aefe1992339598fb0f65932b5e2868e05360ef /arch/sparc64
parentfix rootfs detection per bug #552052 (diff)
downloadgenkernel-41a7b4515071ef386f919215fa02a90beb426500.tar.gz
genkernel-41a7b4515071ef386f919215fa02a90beb426500.tar.bz2
genkernel-41a7b4515071ef386f919215fa02a90beb426500.zip
config.sh: ensure generic config.sh is used again; and refactor duplicate settings.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'arch/sparc64')
-rwxr-xr-xarch/sparc64/config.sh22
1 files changed, 1 insertions, 21 deletions
diff --git a/arch/sparc64/config.sh b/arch/sparc64/config.sh
index 367bfcd..620b03d 100755
--- a/arch/sparc64/config.sh
+++ b/arch/sparc64/config.sh
@@ -1,5 +1,6 @@
# $Id$
#
+# This file is sourced AFTER defaults/config.sh; generic options should be set there.
# Arch-specific options that normally shouldn't be changed.
#
KERNEL_MAKE_DIRECTIVE="vmlinux"
@@ -7,24 +8,3 @@ KERNEL_MAKE_DIRECTIVE_2="image"
KERNEL_BINARY="arch/sparc64/boot/image arch/sparc/boot/image"
USECOLOR="no"
-
-#
-# Arch-specific defaults that can be overridden in the config file or on the
-# command line.
-#
-DEFAULT_COMPRESS_INITRD=yes
-DEFAULT_COMPRESS_INITRD_TYPE=best
-
-PORTAGE_MAKEOPTS="$(portageq envvar MAKEOPTS)"
-DEFAULT_MAKEOPTS="${PORTAGE_MAKEOPTS:- -j2}"
-
-DEFAULT_KERNEL_MAKE=make
-DEFAULT_UTILS_MAKE=make
-
-#DEFAULT_KERNEL_CC=sparc64-linux-gcc
-#DEFAULT_KERNEL_AS=as
-#DEFAULT_KERNEL_LD=ld
-
-DEFAULT_UTILS_CC=gcc
-DEFAULT_UTILS_AS=as
-DEFAULT_UTILS_LD=ld