aboutsummaryrefslogtreecommitdiff
path: root/ppc
diff options
context:
space:
mode:
Diffstat (limited to 'ppc')
-rw-r--r--ppc/config.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/ppc/config.sh b/ppc/config.sh
index 62ea5267..119f0a4f 100644
--- a/ppc/config.sh
+++ b/ppc/config.sh
@@ -1,13 +1,8 @@
#!/bin/bash
-# ppc/config.sh
KERNEL_MAKE_DIRECTIVE="vmlinux"
KERNEL_BINARY="vmlinux"
-# The dietlibc portion of busybox is commented out right now
-# other stuff seems to compile fine though
-USE_DIETLIBC=1
-
[ -z "${MAKEOPTS}" ] && MAKEOPTS="-j2"
KERNEL_MAKE=make