[Freedos-devel] easily create a gcc cross compiler for compiling C on Linux making exe to be run on DJGPP

2021-06-18 Thread Paul Dufresne via Freedos-devel
And when cross-compiling on Linux for running on DJGPP you probably want:

./configure --build=i686-pc-linux-gnu --host=i386-pc-msdosdjgpp

when calling configure.



Details at:

https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Hosts-and-Cross_002dCompilation.html___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel


[Freedos-devel] easily create a gcc cross compiler for compiling C on Linux making exe to be run on DJGPP

2021-06-18 Thread Paul Dufresne via Freedos-devel
I'd like to mention:

https://github.com/jwt27/build-gcc



Have worked great for me.



Made an hello world! in Linux for DJGPP.___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel