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:
parent
8b23985358
commit
2c8e751130
2 changed files with 62 additions and 112 deletions
|
@ -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 $*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue