aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Schwidefsky <schwidefsky@de.ibm.com>2003-04-13 21:26:19 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2003-04-13 21:26:19 -0700
commita922abe4604a62f1e3c45a7d3119f7f77b82df6f (patch)
treec8a38336aaaefc5ea8934e1a3aa153a88b32daa1 /Makefile
parent0bde4b783062904318c90471a3bc8850ea822c1c (diff)
downloadhistory-a922abe4604a62f1e3c45a7d3119f7f77b82df6f.tar.gz
[PATCH] s390/s390x unification (1/7)
Merge s390x and s390 to one architecture.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cad87a3e7283dc..b47802347ac64d 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,9 @@ KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
# then ARCH is assigned, getting whatever value it gets normally, and
# SUBARCH is subsequently ignored.
-SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
+SUBARCH := $(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/ )
ARCH := $(SUBARCH)
# Remove hyphens since they have special meaning in RPM filenames