Consolidate architecture names

amd64, x64, x86_64 -> x86_64
i386, i86pc, x86 -> x86
powerpc, ppc -> ppc
powerpc64, ppc64 -> ppc64
axp -> alpha

Some exceptions are made for the actual build product names
This commit is contained in:
Tim Angus 2013-03-21 11:22:44 +00:00 committed by Tim Angus
parent 8b23985358
commit 2c8e751130
2 changed files with 62 additions and 112 deletions

View file

@ -30,6 +30,6 @@ if [ "X$WINDRES" = "X" -o "X$CC" = "X" ]; then
fi
export PLATFORM=mingw32
export ARCH=x64
export ARCH=x86_64
exec make $*