11 Commits
Author SHA1 Message Date
Stephen Moody 1206308c1e Updated installer files 2018-07-02 09:29:09 +01:00
Stephen Moody 789505e9b2 Merge branch 'master' of https://github.com/SteveMoody73/amiga-gcc 2018-06-30 18:46:05 +01:00
Stephen Moody 861d9e9a86 Corrected installer prompt text 2018-06-29 12:01:36 +01:00
Stephen Moody 3cdb2ec829 Added installer scripts (untested) 2018-06-29 11:58:42 +01:00
Stephen Moody b3d9fd6fcc Updated to allow building under MSYS2/MinGW
To get the code to build successfully under MinGW the following changes
were made.

The configure command for some of the projects had to be changed from
absolute paths to relative paths to avoid build errors relating to path
name issues under windows.

GMP, MPC and MPFR are built as part of GCC.

fd2sfd has a patch for it to build under MinGW.

sfdc is patched to remove carrage returns from the sfd files. This was
causing errors in the generated include files.
2018-06-29 11:30:22 +01:00
Stephen Moody 4f1de4b3c5 Add GMP, MPC and MPFR to GCC build 2018-06-29 09:25:09 +01:00
Stephen Moody 547108a8e1 Fix for ira building 2018-06-28 16:25:59 +01:00
Stephen Moody c63a363fe1 Fix fd2pragma building 2018-06-28 16:22:29 +01:00
Stephen Moody fedf131257 Moved patching of sfdc and fd2sfd to after git checkout 2018-06-28 16:05:58 +01:00
Stephen Moody dacde38095 Added patches for fd2sfd and sfdc for MSYS2 2018-06-28 14:51:40 +01:00
Stephen Moody 7c85890475 Updated for MinGW Build 2018-06-28 08:54:27 +01:00