Adding amd64 support

This commit is contained in:
Steve McIntyre 2004-12-08 22:38:04 +00:00
parent a990f95026
commit 82bc9f067a
1 changed files with 3 additions and 2 deletions

View File

@ -18,6 +18,7 @@
#endif #endif
#undef i386 #undef i386
#undef amd64
#undef alpha #undef alpha
#undef powerpc #undef powerpc
#undef ppc #undef ppc
@ -355,7 +356,7 @@ Installing
<A href=%%""install/floppy/%%"">/install/floppy/</a> <A href=%%""install/floppy/%%"">/install/floppy/</a>
</tt> </tt>
#if ARCHi386 || ARCHalpha || ARCHpowerpc || ARCHsparc #if ARCHi386 || ARCHamd64 || ARCHalpha || ARCHpowerpc || ARCHsparc
<P> <P>
For the impatient ones: For the impatient ones:
#endif #endif
@ -366,7 +367,7 @@ Installing
<P> <P>
#endif #endif
#if ARCHi386 || ARCHpowerpc #if ARCHi386 || ARCHamd64 || ARCHpowerpc
#if ARCHi386 #if ARCHi386
You can also You can also
#else #else