From: Eric Andersen Date: Fri, 27 Feb 2004 06:00:45 +0000 (-0000) Subject: bother X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5a5e720c219ad9d239d7bba12a03f6f701cf36cd;p=buildroot.git bother --- diff --git a/make/linux.mk b/make/linux.mk index d6d3f4ad3f..cb5998cf04 100644 --- a/make/linux.mk +++ b/make/linux.mk @@ -29,9 +29,9 @@ LINUX_VERSION=2.4.23-erik LINUX_FORMAT=bzImage #LINUX_FORMAT=images/zImage.prep LINUX_KARCH:=$(shell echo $(ARCH) | sed -e 's/i[3-9]86/i386/' \ - sed -e 's/mipsel/mips/' \ - sed -e 's/powerpc/ppc/' \ - sed -e 's/sh[234]/sh/' \ + -e 's/mipsel/mips/' \ + -e 's/powerpc/ppc/' \ + -e 's/sh[234]/sh/' \ ) LINUX_BINLOC=arch/$(LINUX_KARCH)/boot/$(LINUX_FORMAT)