aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-05-08 13:40:40 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-05-08 13:40:40 +0100
commit1aa3c54a31a5aec90f3705a37258988a69279308 (patch)
treea7aa90331785f89e6938e0348ec05d7e32d83bba /Config.mk
parent1b1305666b610a4808b06d8635451ea74996ceed (diff)
downloadxen-1aa3c54a31a5aec90f3705a37258988a69279308.tar.gz
xen-1aa3c54a31a5aec90f3705a37258988a69279308.tar.bz2
xen-1aa3c54a31a5aec90f3705a37258988a69279308.zip
Remove defunct powerpc port.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/Config.mk b/Config.mk
index 077bfa4d5c..4481a40f56 100644
--- a/Config.mk
+++ b/Config.mk
@@ -4,8 +4,7 @@
debug ?= n
XEN_COMPILE_ARCH ?= $(shell uname -m | sed -e s/i.86/x86_32/ \
- -e s/ppc/powerpc/ -e s/i86pc/x86_32/ \
- -e s/amd64/x86_64/)
+ -e s/i86pc/x86_32/ -e s/amd64/x86_64/)
XEN_TARGET_ARCH ?= $(XEN_COMPILE_ARCH)
XEN_OS ?= $(shell uname -s)