Explorar o código

rewrite parisc to hppa

Mike Frysinger %!s(int64=19) %!d(string=hai) anos
pai
achega
4e736021ea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Rules.mak

+ 1 - 1
Rules.mak

@@ -49,7 +49,7 @@ HOSTCC     = gcc
 BUILD_CFLAGS = -O2 -Wall
 export ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
 				  -e s/arm.*/arm/ -e s/sa110/arm/ \
-				  -e s/s390x/s390/ -e s/parisc64/parisc/ \
+				  -e s/s390x/s390/ -e s/parisc.*/hppa/ \
 				  -e s/ppc.*/powerpc/ -e s/mips.*/mips/ )