Commit Graph
178 Commits
Author SHA1 Message Date
bebbo a2adacf84a clear recreates build folder 2018-10-24 08:44:18 +02:00
bebbo 70f4f4f53c update ubuntu 2018-10-23 23:18:27 +02:00
bebbo 42b4d3865e omit one folder level for ndk indicator files 2018-10-23 23:10:06 +02:00
bebbo a5093b809f Merge branch 'master' of https://github.com/bebbo/amiga-gcc 2018-10-23 23:08:18 +02:00
Stefan "Bebbo" Franke 9f8fa30e51 Merge pull request #43 from fredrik-rambris/master
Added containerized build environment
2018-10-22 19:36:50 +02:00
Stefan "Bebbo" Franke 0671d472d9 Merge pull request #50 from windenntw/patch-1
Update README.md
2018-10-22 19:36:32 +02:00
test 40aef55585 remove upgrade for binutils 2018-10-22 08:50:48 +02:00
windenntw ce9c6e4ce4 Update README.md 2018-10-20 01:11:55 +02:00
bebbo 2799126592 tail 100 on error 2018-10-19 10:28:49 +02:00
bebbo addc64d52e do not unpack lha during update 2018-10-18 15:59:51 +02:00
bebbo 245cd41e3f force m68k-amigaos-gcc for libdebug 2018-10-17 22:10:46 +02:00
bebbo 815561a4e1 disable binutils plugin 2018-10-17 19:18:45 +02:00
bebbo e0a797d3c9 darn osx 2018-10-16 08:31:04 +02:00
bebbo c94bd9eb0a add os to build folder 2018-10-16 08:05:02 +02:00
bebbo cb2eec622d beautify clone lha 2018-10-09 13:17:59 +02:00
test 0c453687c3 no gdb on macOS 2018-10-09 13:10:05 +02:00
bebbo abb47bfb26 macOS fixes 2018-10-08 21:16:04 +02:00
bebbo f2dac593a9 fix path to files 2018-10-03 22:01:03 +02:00
bebbo 3ccd3d777d automate building windows setup 2018-10-03 20:10:13 +02:00
bebbo dc24cd8170 add setup files 2018-10-03 17:22:34 +02:00
bebbo 65f6d6c27e add ncurses-devel to msys2 2018-10-03 11:15:34 +02:00
bebbo 104c12b7f9 added vbcc_target to use vc out of the box 2018-09-24 20:55:09 +02:00
bebbo 6c74b33c97 fix target make flags CFLAGS_FOR_TARGET, fix gdb text ui 2018-09-24 19:42:16 +02:00
Fredrik Rambris 7e988a154e Added containerized build environment 2018-09-14 10:50:33 +02:00
bebbo 0b7c34423b fix lha build 2018-08-25 09:35:30 +02:00
bebbo 1b852b77d0 fix nul -> null 2018-08-25 09:23:22 +02:00
bebbo 9277d3957c add gprof 2018-08-24 09:37:16 +02:00
bebbo aa7f9c3ea3 logs are in folder log now 2018-08-20 16:05:22 +02:00
bebbo b5f49673fa add msys2 to README.md 2018-08-19 20:00:06 +02:00
bebbo 17bcf11494 cleanup 2018-08-19 19:57:30 +02:00
bebbo 8fcafa2e63 remove mpc,mpfr,gmp stuff for msys2 - use mpc-devel,... 2018-08-19 12:08:47 +02:00
bebbo ae0a1ac061 touch plural.y - build might fail without 2018-08-18 14:38:15 +02:00
bebbo a6890e27d2 add support for custom build folders 2018-08-14 22:21:16 +02:00
bebbo afa4204d96 always allow installing gmp, mpc and mpfr 2018-08-14 21:54:01 +02:00
bebbo a257987293 Revert "Enable one to override SHELL when executing make"
This reverts commit fcda6de5cb.
2018-08-03 19:11:27 +02:00
bebbo f58e67f7cd fixed brew install 2018-08-03 18:19:06 +02:00
Stefan "Bebbo" Franke 59e7b4d5af Merge pull request #40 from michalsc/master
Build instructions for macOS added.
2018-08-03 17:29:39 +02:00
Michal Schulz d0013b97c5 Updated README with instructions for macOS 2018-08-03 13:55:26 +02:00
Michal Schulz fcda6de5cb Enable one to override SHELL when executing make 2018-08-03 13:45:21 +02:00
bebbo 303a20399f use $PWD instead of .. something 2018-07-16 13:59:11 +02:00
bebbo a0548a9288 download mpc, mpfr and gmp only on mingw 2018-07-02 22:44:14 +02:00
bebbo 27b142f99e Merge branch 'master' into devel1 2018-07-02 21:07:41 +02:00
Stefan "Bebbo" Franke 52c9925ad0 Merge pull request #38 from SteveMoody73/master
MSYS2/MingW instead of Cygwin
2018-07-02 20:30:38 +02:00
bebbo a0f874936a disable gdb if clang is used - gcc is also working on OSX 2018-07-02 18:34:58 +02:00
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
bebbo 5f2b9cfde9 really disable gdb for OSX/Darwin 2018-06-29 15:17:08 +02: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