glide2x/README: added note about cross-compiling on 64-bit hosts.

This commit is contained in:
Ozkan Sezer
2020-10-07 23:00:50 +03:00
parent acddb52685
commit 1f827a4602

View File

@@ -29,3 +29,7 @@ swlibs branch. In order to build any glide library the swlibs branch
must be moved inside the glide3x directory. The swlibs branch is not
stored here within the glide2x cvs tree because it is also shared with
the glide3x branch.
NOTE: glide2x tree is NOT 64-bit-safe. If you are cross-compiling for
dos or windows on a 64-host remember to use the -m32 switch of host-gcc,
e.g. run: make HOST_CC="gcc -m32" <other-stuff>