You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
372 B
24 lines
372 B
21 years ago
|
#!/bin/bash
|
||
|
# sparc/config.sh
|
||
|
|
||
|
KERNEL_MAKE_DIRECTIVE="vmlinux"
|
||
|
KERNEL_MAKE_DIRECTIVE_2=""
|
||
|
KERNEL_BINARY="vmlinux"
|
||
|
|
||
|
# The dietlibc portion of busybox is commented out right now
|
||
|
# other stuff seems to compile fine though
|
||
|
USE_DIETLIBC=0
|
||
|
|
||
|
KERNEL_MAKE=make
|
||
|
UTILS_MAKE=make
|
||
|
|
||
|
KERNEL_CC=gcc
|
||
|
|
||
|
UTILS_CC=gcc
|
||
|
UTILS_AS=as
|
||
|
UTILS_LD=ld
|
||
|
|
||
|
COMPRESS_INITRD=yes
|
||
|
BOOTSPLASH="no"
|
||
|
USECOLOR="no"
|