summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-02-18 13:57:29 +0000
committerMike Frysinger <vapier@gentoo.org>2007-02-18 13:57:29 +0000
commiteb9c87739e0aa40b4e5eb45f975add81526e4fd3 (patch)
tree3d7576ce5da3a20aa127c6e87680be96ce1f521d /Rules.mak
parent4e736021ea8c95e6e782565028be7da330fc0a88 (diff)
rewrite all sparc targets to just sparc
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index ae9c5d6a8..3e09fc118 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -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/ )