Bram Moolenaar, 18.03.2009:
>
> Markus Heidelberg wrote:
>
> > Before for xxd and GvimExt the normal compiler was invoked.
> >
> > Also introduce the CROSS_COMPILE variable for the cross-compiler prefix,
> > now you don't have to set CC, CXX and WINDRES separately any more, if it
> > differs from the default values.
>
> Thanks. Shouldn't the src/INSTALLpc.txt file be updated with a few
> remarks about this?
Sure, I added a sentence for the CROSS_COMPILE variable.
> There still is a "needs to be verified" note.
This note refers to this:
1) Install the mingw32 cross-compiler. See
http://www.libsdl.org/extras/win32/cross/README.txt
I can't say anything about this, I created the mingw toolchain with
Gentoo's crossdev.
Markus
diff --git a/src/INSTALLpc.txt b/src/INSTALLpc.txt
index 755ea3b..0d27e61 100644
--- a/src/INSTALLpc.txt
+++ b/src/INSTALLpc.txt
@@ -262,6 +262,8 @@ your Linux (or other unix) box. To do this, you need to
follow a few steps:
http://www.libsdl.org/extras/win32/cross/README.txt
2) Get and unpack both the Unix sources and the extra archive
3) in 'Make_ming.mak', set 'CROSS' to 'yes' instead of 'no'.
+ If your cross-compiler prefix differs from the predefined value,
+ set 'CROSS_COMPILE' corresponding.
Make further changes to 'Make_ming.mak' as you wish.
4) make -f Make_ming.mak gvim.exe
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---