1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2025-11-22 13:34:55 +00:00
Commit Graph

159 Commits

Author SHA1 Message Date
3ccd3d777d automate building windows setup 2018-10-03 20:10:13 +02:00
dc24cd8170 add setup files 2018-10-03 17:22:34 +02:00
65f6d6c27e add ncurses-devel to msys2 2018-10-03 11:15:34 +02:00
104c12b7f9 added vbcc_target to use vc out of the box 2018-09-24 20:55:09 +02:00
6c74b33c97 fix target make flags CFLAGS_FOR_TARGET, fix gdb text ui 2018-09-24 19:42:16 +02:00
0b7c34423b fix lha build 2018-08-25 09:35:30 +02:00
1b852b77d0 fix nul -> null 2018-08-25 09:23:22 +02:00
9277d3957c add gprof 2018-08-24 09:37:16 +02:00
aa7f9c3ea3 logs are in folder log now 2018-08-20 16:05:22 +02:00
b5f49673fa add msys2 to README.md 2018-08-19 20:00:06 +02:00
17bcf11494 cleanup 2018-08-19 19:57:30 +02:00
8fcafa2e63 remove mpc,mpfr,gmp stuff for msys2 - use mpc-devel,... 2018-08-19 12:08:47 +02:00
ae0a1ac061 touch plural.y - build might fail without 2018-08-18 14:38:15 +02:00
a6890e27d2 add support for custom build folders 2018-08-14 22:21:16 +02:00
afa4204d96 always allow installing gmp, mpc and mpfr 2018-08-14 21:54:01 +02:00
a257987293 Revert "Enable one to override SHELL when executing make"
This reverts commit fcda6de5cb.
2018-08-03 19:11:27 +02:00
f58e67f7cd fixed brew install 2018-08-03 18:19:06 +02:00
59e7b4d5af Merge pull request #40 from michalsc/master
Build instructions for macOS added.
2018-08-03 17:29:39 +02:00
d0013b97c5 Updated README with instructions for macOS 2018-08-03 13:55:26 +02:00
fcda6de5cb Enable one to override SHELL when executing make 2018-08-03 13:45:21 +02:00
303a20399f use $PWD instead of .. something 2018-07-16 13:59:11 +02:00
a0548a9288 download mpc, mpfr and gmp only on mingw 2018-07-02 22:44:14 +02:00
27b142f99e Merge branch 'master' into devel1 2018-07-02 21:07:41 +02:00
52c9925ad0 Merge pull request #38 from SteveMoody73/master
MSYS2/MingW instead of Cygwin
2018-07-02 20:30:38 +02:00
a0f874936a disable gdb if clang is used - gcc is also working on OSX 2018-07-02 18:34:58 +02:00
1206308c1e Updated installer files 2018-07-02 09:29:09 +01:00
789505e9b2 Merge branch 'master' of https://github.com/SteveMoody73/amiga-gcc 2018-06-30 18:46:05 +01:00
5f2b9cfde9 really disable gdb for OSX/Darwin 2018-06-29 15:17:08 +02:00
861d9e9a86 Corrected installer prompt text 2018-06-29 12:01:36 +01:00
3cdb2ec829 Added installer scripts (untested) 2018-06-29 11:58:42 +01:00
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
4f1de4b3c5 Add GMP, MPC and MPFR to GCC build 2018-06-29 09:25:09 +01:00
547108a8e1 Fix for ira building 2018-06-28 16:25:59 +01:00
c63a363fe1 Fix fd2pragma building 2018-06-28 16:22:29 +01:00
fedf131257 Moved patching of sfdc and fd2sfd to after git checkout 2018-06-28 16:05:58 +01:00
dacde38095 Added patches for fd2sfd and sfdc for MSYS2 2018-06-28 14:51:40 +01:00
7c85890475 Updated for MinGW Build 2018-06-28 08:54:27 +01:00
175363fafa disable downloading gcc prereqs 2018-06-26 15:28:17 +02:00
699cc59dc2 do not build gdb on Darwin 2018-06-26 13:13:49 +02:00
fd762aea0c Merge branch 'devel1' 2018-06-24 22:20:17 +02:00
9310651ef0 disable warnings in binutils - be nice to clang 2018-06-24 22:18:57 +02:00
3473150a88 Merge branch 'master' of https://github.com/bebbo/amiga-gcc 2018-06-23 23:43:12 +02:00
237f06ce6a switch to new binutils (again) 2018-06-23 23:43:03 +02:00
5cfc9f4d3c Merge branch 'devel1' 2018-06-23 23:41:46 +02:00
4e897de2d1 fix typo to update-fd2sfd 2018-06-23 23:41:27 +02:00
785e2e7fc9 fix typo for update-fd2fsd 2018-06-17 18:00:58 +02:00
23ad81ce84 siwtch back to https://github.com/bebbo/amigaos-binutils-2.14 2018-06-17 09:38:37 +02:00
b9509825c0 Merge branch 'devel1' 2018-06-16 22:38:31 +02:00
c0afb1ec2e merge 2018-06-16 22:38:24 +02:00
9b326b2904 make binutils shallow and clean binutils on repo switch 2018-06-16 22:36:48 +02:00