# HG changeset patch # User "Yann E. MORIN" # Date 1263049027 -3600 # Node ID 0f884f75dce80605d6812941a2bf8beab540c13f # Parent 6bbf206a5b57c66ea1be83009e48cf31da5f2c9b arch/alpha: cleanup Alpha code diff -r 6bbf206a5b57 -r 0f884f75dce8 scripts/build/arch/alpha.sh --- a/scripts/build/arch/alpha.sh Sat Jan 09 15:52:06 2010 +0100 +++ b/scripts/build/arch/alpha.sh Sat Jan 09 15:57:07 2010 +0100 @@ -3,7 +3,4 @@ CT_DoArchTupleValues () { # The architecture part of the tuple: CT_TARGET_ARCH="${CT_ARCH}${CT_ARCH_ALPHA_VARIANT}" - - # The kernel ARCH: - CT_KERNEL_ARCH=${CT_ARCH} }