aboutsummaryrefslogtreecommitdiff
path: root/README.win32
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2014-09-29 16:47:23 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2014-09-29 16:47:23 +0000
commit50b76f8e999dbc4328e3978b645d057721faa870 (patch)
tree05c4c6c1eeb6573aaca9c6fa080779c757d199d9 /README.win32
parentc9095aa14eac1d52c4232da68db91cdaf5c6575f (diff)
downloadsg3_utils-50b76f8e999dbc4328e3978b645d057721faa870.tar.gz
sg_ses_microcode: new utility
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@610 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'README.win32')
-rw-r--r--README.win3211
1 files changed, 10 insertions, 1 deletions
diff --git a/README.win32 b/README.win32
index f609e691..cfce3ed3 100644
--- a/README.win32
+++ b/README.win32
@@ -208,6 +208,15 @@ MSYS or "cmd" shell. Various build options are available by giving
command line options to "./configure", see the INSTALL file for generic
information about the build infrastructure.
+MinGW can be used to cross built on some Redhat (Linux) platforms. After
+loading the cross build packages, the ./configure call in the normal
+autotools sequence should be replaced by either mingw32-configure or
+mingw64-configure. These scripts will set up the environment for
+the cross build and then call ./configure (so this invocation should be
+made in the top level of the untarred source). Options given to either
+script (e.g. --enable-win32-spt-direct) will be passed through to
+./configure .
+
Binary and Text files
=====================
A problem has been reported with binary output being written in a MinGW
@@ -221,4 +230,4 @@ mode" with the setmode() Windows command.
Douglas Gilbert
-7th August 2014
+24th September 2014