From: Kurt Roeckx Date: Sat, 9 Apr 2011 18:49:50 +0000 (+0000) Subject: Fix arch names. X-Git-Url: https://git.donarmstrong.com/?p=wannabuild.git;a=commitdiff_plain;h=6786b536cf410a6bf2f2f9ae5248ee12b209f0a5 Fix arch names. --- diff --git a/etc/graph.R b/etc/graph.R index 8f1d8ff..5198a0b 100644 --- a/etc/graph.R +++ b/etc/graph.R @@ -1,4 +1,4 @@ -arch <- c("alpha", "amd64", "armel", "hppa", "i386", "ia64", "kfreebsd-amd64", +arch <- c("amd64", "armel", "i386", "ia64", "kfreebsd-amd64", "kfreebsd-i386", "mips", "mipsel", "powerpc", "s390", "sparc") palette(c("black", "turquoise", "red", "OrangeRed", "green3", "cyan", "blue", "yellow", "magenta",