From 1f827a460298ba3b5efa7ff98c62c82019d8a1c0 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Wed, 7 Oct 2020 23:00:50 +0300 Subject: [PATCH] glide2x/README: added note about cross-compiling on 64-bit hosts. --- glide2x/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/glide2x/README b/glide2x/README index 51d3443..b7fd3fc 100644 --- a/glide2x/README +++ b/glide2x/README @@ -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"