1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2025-11-23 17:50:00 +00:00
Commit Graph

208 Commits

Author SHA1 Message Date
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
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
5f2b9cfde9 really disable gdb for OSX/Darwin 2018-06-29 15:17:08 +02: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
9310651ef0 disable warnings in binutils - be nice to clang 2018-06-24 22:18:57 +02:00
4e897de2d1 fix typo to update-fd2sfd 2018-06-23 23:41:27 +02:00
b9509825c0 Merge branch 'devel1' 2018-06-16 22:38:31 +02:00
9b326b2904 make binutils shallow and clean binutils on repo switch 2018-06-16 22:36:48 +02:00
eb5b64a8e6 fix repo switch 2018-06-16 22:32:03 +02:00
d52f7ebf53 switching to new binutils repo 2018-06-16 22:29:22 +02:00
baa1cd7936 disable share gcc libs 2018-06-16 20:55:52 +02:00
624ba7f0c2 fix TABs 2018-06-13 10:14:23 +02:00
8622b1fe4b fix order of libamiga/libnix 2018-06-10 16:55:28 +02:00
96bf325898 do not create an empty libamiga.a file - copy the existing one... 2018-06-09 22:07:20 +02:00
af8fc421d4 maybe better incremental rebuilds of clib2 2018-06-02 23:47:00 +02:00
e26e6ff6ad fix gcc configure to create a proper libgcov.a 2018-06-01 23:35:44 +02:00
9a9ed3917a newlib dependency to gcc now only exists if gcc was never build 2018-05-24 07:44:21 +02:00
6a6629a6cd fix dependencies, remove libcomplex 2018-05-22 14:06:19 +02:00
a921241d87 added libcomplex.a - taken from newlib 2018-05-18 23:35:01 +02:00
00ee48c88f log output as usual 2018-05-15 19:21:19 +02:00
72f2ebbc08 fix install lha 2018-05-15 18:48:12 +02:00
02e0c9fae3 create build folder to build lha 2018-05-15 18:32:48 +02:00
7f80f88c75 write into log file for travis 2018-05-14 21:50:11 +02:00
54770e1345 Fix sed problems on some locale-aware platforms
The Amiga files can not be safely sed’d if LC_CTYPE is set to a unicode or multibyte locale (either directly, or indirectly via LANG).  Force the CTYPE to C to allow this to work.  Fixes build issues on macOS.
2018-05-14 10:01:02 +10:00
4541c0f956 Install lha into the prefix, not into a system path
Can’t install into /usr on some systems at all (macOS springs to mind) - we have a PREFIX - use it.
2018-05-14 09:58:25 +10:00
c0c1a027cd fix dependency to ndk13 2018-05-13 21:49:02 +02:00
a017e102d2 do not always rebuild ndk13 (3) 2018-05-13 10:28:01 +02:00
5979005b14 do not always rebuild ndk13 (2) 2018-05-13 10:26:41 +02:00
1400ae8ad9 do not always rebuild ndk13 2018-05-13 10:25:53 +02:00
701d23fa69 readd ixemul 2018-05-13 09:01:25 +02:00
6a8c14be51 update updates also netinclude 2018-05-12 23:42:14 +02:00
cf30c69a0d newlib needs NDK headers 2018-05-12 22:23:36 +02:00
91a8d1124f fix first update of newlib (2) 2018-05-12 22:16:04 +02:00
99619a3324 fix first update of newlib 2018-05-12 22:15:09 +02:00
a846efd224 merge devel1 2018-05-12 22:11:28 +02:00
50e643b32f add supprt for newlib, add netinlude, ... lotta changes 2018-05-12 22:09:16 +02:00