From a36ec1816d7c9b3cf2f3a4ec86418e08b6f26d1c Mon Sep 17 00:00:00 2001 From: Eric Edgar Date: Wed, 22 Jun 2005 14:57:45 +0000 Subject: [PATCH] Fix udev for sparc so it compiles properly git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@217 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- gen_compile.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gen_compile.sh b/gen_compile.sh index 7b69e46..ba8f285 100644 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -705,6 +705,8 @@ compile_udev() { if [ "${ARCH}" = 'um' ] 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 + if [ "${ARCH}" = 'sparc64' ] + 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 fi -- 2.26.2