diff --git a/gen_compile.sh b/gen_compile.sh index dddfed1..5d1a4cc 100644 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -706,6 +706,7 @@ compile_udev() { then compile_generic "ARCH=um KERNEL_DIR=$KERNEL_DIR USE_KLIBC=true USE_LOG=false DEBUG=false udevdir=/dev all etc/udev/udev.conf" utils elif [ "${ARCH}" = 'sparc64' ] + then compile_generic "ARCH=sparc64 CROSS=sparc64-unknown-linux-gnu- KERNEL_DIR=$KERNEL_DIR USE_KLIBC=true USE_LOG=false DEBUG=false udevdir=/dev all etc/udev/udev.conf" utils else compile_generic "KERNEL_DIR=$KERNEL_DIR USE_KLIBC=true USE_LOG=false DEBUG=false udevdir=/dev all etc/udev/udev.conf" utils