diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-02-18 13:57:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-02-18 13:57:29 +0000 |
commit | eb9c87739e0aa40b4e5eb45f975add81526e4fd3 (patch) | |
tree | 3d7576ce5da3a20aa127c6e87680be96ce1f521d | |
parent | 4e736021ea8c95e6e782565028be7da330fc0a88 (diff) |
rewrite all sparc targets to just sparc
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ STRIP_FLAGS ?= -x -R .note -R .comment # Select the compiler needed to build binaries for your development system HOSTCC = gcc BUILD_CFLAGS = -O2 -Wall -export ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \ +export ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun.*/sparc/ -e s/sparc.*/sparc/ \ -e s/arm.*/arm/ -e s/sa110/arm/ \ -e s/s390x/s390/ -e s/parisc.*/hppa/ \ -e s/ppc.*/powerpc/ -e s/mips.*/mips/ ) |