aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2008-07-28 14:44:13 -0700
committerChris Gianelloni <wolf31o2@gentoo.org>2008-07-28 14:44:13 -0700
commitd544d57ce1fdf8010b80a2007eed6641f41c7ae8 (patch)
tree3af8a028de63fcc5731fe1ce3de28ecfe3a3a141 /arch/parisc64/config.sh
parentInitial commit after creating the git repository. (diff)
downloadgenkernel-d544d57ce1fdf8010b80a2007eed6641f41c7ae8.tar.gz
genkernel-d544d57ce1fdf8010b80a2007eed6641f41c7ae8.tar.bz2
genkernel-d544d57ce1fdf8010b80a2007eed6641f41c7ae8.zip
Moved architecture folders under the arch subfolder.
Diffstat (limited to 'arch/parisc64/config.sh')
-rw-r--r--arch/parisc64/config.sh27
1 files changed, 27 insertions, 0 deletions
diff --git a/arch/parisc64/config.sh b/arch/parisc64/config.sh
new file mode 100644
index 0000000..db6a73c
--- /dev/null
+++ b/arch/parisc64/config.sh
@@ -0,0 +1,27 @@
+#!/bin/bash
+
+#
+# Arch-specific options that normally shouldn't be changed.
+#
+KERNEL_MAKE_DIRECTIVE="vmlinux"
+KERNEL_MAKE_DIRECTIVE_2=""
+KERNEL_BINARY="vmlinux"
+
+COMPRESS_INITRD=yes
+
+#
+# Arch-specific defaults that can be overridden in the config file or on the
+# command line.
+#
+DEFAULT_MAKEOPTS="-j2"
+
+DEFAULT_KERNEL_MAKE=make
+DEFAULT_UTILS_MAKE=make
+
+DEFAULT_KERNEL_CC=gcc
+DEFAULT_KERNEL_AS=as
+DEFAULT_KERNEL_LD=ld
+
+DEFAULT_UTILS_CC=gcc
+DEFAULT_UTILS_AS=as
+DEFAULT_UTILS_LD=ld