Added amd64 to the list of arches, but commented out for now so things
don't fail for people without amd64 mirrored.
This commit is contained in:
parent
3d0dc9ab13
commit
da7032c4bd
|
@ -6,7 +6,7 @@
|
|||
|
||||
TMP_OUT=$OUT
|
||||
|
||||
for ARCH in i386 alpha arm hppa ia64 m68k mips mipsel powerpc s390 sparc
|
||||
for ARCH in i386 alpha arm hppa ia64 m68k mips mipsel powerpc s390 sparc #amd64
|
||||
do
|
||||
export ARCH
|
||||
echo "Now we're going to build CD for $ARCH !"
|
||||
|
|
Loading…
Reference in New Issue