1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2026-05-03 13:37:46 +00:00
Commit Graph

251 Commits

Author SHA1 Message Date
bebbo
95fbeeb19f travis workaround test 2019-04-28 20:31:38 +02:00
bebbo
814eb140a3 Merge branch 'devel1' 2019-04-28 17:24:09 +02:00
bebbo
461b4b19c3 explicite IFS to read 2019-04-28 17:22:11 +02:00
fautomat
0d69276ac3 Merge branch 'devel1' 2019-04-28 15:47:41 +02:00
bebbo
938a3e9330 fix dependencies 2019-04-28 15:32:13 +02:00
fautomat
6ad7bb24ae Merge branch 'devel1' 2019-04-27 23:27:40 +02:00
bebbo
4a30e13574 do not use abc coz of ... you know why 2019-04-27 23:10:25 +02:00
fautomat
9f5b5832f7 Merge branch 'devel1' 2019-04-27 22:47:47 +02:00
bebbo
5ef3f942ca travis build for windows (2) 2019-04-27 22:34:09 +02:00
fautomat
253e077116 Merge branch 'devel1' 2019-04-27 13:31:24 +02:00
bebbo
27902b55f1 give travis another try 2019-04-27 13:11:21 +02:00
fautomat
78c9283df9 Merge branch 'devel1' 2019-04-18 09:39:41 +02:00
bebbo
4e9cbce458 apply CFLAGS_FOR_TARGET to libnix 2019-04-18 09:19:48 +02:00
fautomat
3bf04b39f1 Merge branch 'devel1' 2019-04-15 21:01:09 +02:00
bebbo
41e774a605 no longer add complex math files to libnix/clib2 libm.a, instead create a lib__m__.a to be used by the compiler as fallback 2019-04-15 19:19:42 +02:00
fautomat
794366d7ba Merge branch 'devel1' 2019-04-15 07:41:34 +02:00
bebbo
2de6d2d480 refs #92:only extend the default libstubs.a 2019-04-15 07:26:25 +02:00
fautomat
05ed17591f Merge branch 'devel1' 2019-04-14 11:56:46 +02:00
Stefan "Bebbo" Franke
56a1a2ed33 refs #90: add wget to various prerequisites 2019-04-14 11:41:58 +02:00
Stefan "Bebbo" Franke
c3e2a21752 make update-repos restricts the branches to the used one 2019-04-14 11:38:45 +02:00
Stefan "Bebbo" Franke
411856a257 Merge pull request #91 from dwhinham/mcc-texteditor
MCC_TextEditor: version bump
2019-04-14 10:45:57 +02:00
Dale Whinham
079828b706 MCC_TextEditor: version bump 2019-04-13 15:51:23 +01:00
bebbo
c399df5a3b fix libsdl12 -> libSDL12, also purge libnix headers 2019-04-12 09:34:03 +02:00
bebbo
da05624325 don't forget to build dummy libgcc 2019-04-06 10:13:16 +02:00
bebbo
504d722ebf make clib2 dependen on libnix/_done 2019-04-06 09:52:34 +02:00
bebbo
0aa0c519bd use libnix's new Makefile.gcc6 2019-04-05 20:37:41 +02:00
bebbo
0ca373f46d add echo,find,ls,mkdir and touch 2019-04-05 20:34:02 +02:00
bebbo
aef2b3a19e cleanup 2019-03-17 10:27:42 +01:00
bebbo
1e158700f9 add libpthread 2019-03-16 19:12:21 +01:00
bebbo
59cbcdac44 add windows/msys2 build script 2019-03-16 18:25:42 +01:00
bebbo
3db621f037 fix creating tmp folder 2019-03-02 20:40:55 +01:00
bebbo
33b0533073 add missing quotes 2019-02-26 22:22:09 +01:00
bebbo
8b0c4d6b50 fix merge ... 2019-02-25 21:11:32 +01:00
Stefan "Bebbo" Franke
72ed2f8a16 Merge pull request #78 from mheyer32/camd
merge Camd
2019-02-25 21:03:54 +01:00
bebbo
f4491ba16d Merge branch 'mheyer32-guigfx' 2019-02-25 21:00:54 +01:00
bebbo
50f879be01 fix white spaces 2019-02-25 21:00:40 +01:00
bebbo
6d5c839cad Merge branch 'guigfx' of https://github.com/mheyer32/amiga-gcc into mheyer32-guigfx 2019-02-25 20:30:45 +01:00
bebbo
55fbf01069 also create tmp folder if missing 2019-02-25 20:25:24 +01:00
mheyer
0ac23dd17a Add CAMD to SDK
There isno official CAMD SDK on Aminet, so use the MorphOS headers
and regenerate the GCC inlines from the clib/camd_protos.h and .fd
file.
2019-02-24 22:41:25 -08:00
mheyer
4adbd8ad36 Redirect .i LVO files to include/lvo 2019-02-24 22:41:25 -08:00
mheyer
93641e9de7 unify all SDK include paths to lower case
Guigfx_MCC was referring to include/MUI instead of include/mui, producing
two distinct mui/MUI paths in our include directory.

This will also affect the former include/Warp3D path which now becomes include/warp3d .
2019-02-24 22:40:28 -08:00
mheyer
1892743118 add Guigfx_MCC to SDKs 2019-02-24 22:40:28 -08:00
mheyer
27d74cc357 proto/guigfx_lib.h and proto/muimaster_lib.h referred to wrong inlines
proto/guigfx_lib.h was referring to non-existent inline/guigfx.h
proto/muimaster_lib.h was referring to non-existent inline/muimaster.h

Let the sfdc pass replace the broken filenames with the real ones
2019-02-24 22:40:28 -08:00
mheyer
35453dba6f unify all SDK include paths to lower case
Guigfx_MCC was referring to include/MUI instead of include/mui, producing
two distinct mui/MUI paths in our include directory.

This will also affect the former include/Warp3D path which now becomes include/warp3d .
2019-02-22 23:44:38 -08:00
mheyer
aa4e0dd17f add Guigfx_MCC to SDKs 2019-02-22 23:40:38 -08:00
mheyer
ccdce1787f proto/guigfx_lib.h and proto/muimaster_lib.h referred to wrong inlines
proto/guigfx_lib.h was referring to non-existent inline/guigfx.h
proto/muimaster_lib.h was referring to non-existent inline/muimaster.h

Let the sfdc pass replace the broken filenames with the real ones
2019-02-22 23:40:03 -08:00
bebbo
a54cf9ed0a refs #76: update README.md for msys2 2019-02-19 18:40:53 +01:00
Stefan Bebbo Franke
03b76477e2 remove -g (again^^) 2019-02-02 21:21:46 +01:00
bebbo
e722cb5f14 set CFLAGS_FOR_TARGET to -O2 since libgcc needs that to work proper 2019-02-01 22:27:06 +01:00
bebbo
f7f68605f1 working v rule. either checkout to branch or to given 'date=<yyyy-mm-dd>' 2019-02-01 22:26:21 +01:00