Commit Graph

116 Commits

Author SHA1 Message Date
bebbo 1882c1bda0 removed --depth 1 from git clone - prepare to be obsolete 2018-02-10 09:27:35 +01:00
bebbo 5f5ae9338d ixemul now from git 2018-01-25 14:24:31 +01:00
bebbo 749d17913a be nicer to gcc-3.4.6 2017-10-18 22:14:31 +02:00
bebbo 0bdd6b7840 some changes for gcc-3.4.6 2017-10-18 22:01:04 +02:00
bebbo 77b6e2b226 always copy the ixemul headers 2017-10-13 21:59:56 +02:00
bebbo 925fce5e89 refs #45: remove old file c-parse.c from gcc-3.4.6 2017-10-11 23:43:40 +02:00
bebbo 2c75594562 improved help message for toolchain-m68k 2017-09-06 08:03:54 +02:00
bebbo 0ef7d79bd7 refs #7: updated url for vbcc_target_m68k-amigaos.lha 2017-08-20 21:10:18 +02:00
bebbo d1196c0eba @R using -Os 2017-07-11 13:05:21 +02:00
bebbo cd7a8b3bfc @S gcc-6, libnix fixes, @R remove stamps for mui/mmu if libnix is changed 2017-07-07 23:02:38 +02:00
bebbo 29055bd4c3 @R no more shallow clone for foreign submodules 2017-06-26 14:50:27 +02:00
bebbo 917e9980ff @N add switch --mytools, @N support gcc-3.4.6 2017-06-20 19:16:04 +02:00
bebbo 39fa13909e @B re-enable ixemul headers 2017-06-19 08:00:48 +02:00
bebbo a1743665dc @B fix wchar_t v2 2017-06-18 22:19:57 +02:00
bebbo 927e6cf46d @R clean includes/-fix if gcc was changed 2017-06-18 20:08:19 +02:00
bebbo 733ac568ef @N support Cygwin 64bit 2017-06-09 10:00:08 +02:00
bebbo 2f9ba9f829 @B fix build libgcc before libnix 2017-05-13 12:36:12 +02:00
bebbo 7c00a53922 @R libnix make files are now build with m68k-amigaos-* binary names to enable make via command line 2017-05-07 17:52:45 +02:00
bebbo 6111dac905 @B do not touch gcc prerequisites: isl, gmp, mpc, mpfr 2017-04-04 22:43:48 +02:00
bebbo 1c7e1f0db7 @B fix for non Cygwin 2017-03-28 23:34:33 +02:00
bebbo d28a74c1d4 @R enable build with 64 bit 2017-03-27 21:05:45 +02:00
bebbo 4f5c9d8ead @R enable objc, @B fix building libstdc++v3 2017-03-26 20:51:23 +02:00
bebbo 96920af364 @R g++ is back. Added some more dependencies to rebuild automatically 2017-03-25 11:45:34 +01:00
bebbo 58a009b7db @B fix libnix headers 2017-03-24 17:28:32 +01:00
bebbo 0ec98dc566 @R allow multiple definitions for c++ example 2017-03-24 17:07:50 +01:00
bebbo c4041ca7ce @B fix unpacking vdam68k 2017-03-23 10:50:20 +01:00
bebbo 0ba9334463 @B fix merge issues 2017-03-23 10:10:34 +01:00
bebbo 0ddd9401d5 @S binutils-2.14, @B fix merge for vdam68k 2017-03-22 23:41:51 +01:00
bebbo 84baf5b0fc @M merge with upstream + fixes 2017-03-22 20:35:41 +01:00
bebbo 34e8f02db1 @M upstream 5f77cdb9e4 2017-03-22 17:31:45 +01:00
bebbo 8f19190db2 @N added xbuild - to build without updateing, also build checks now for changes and rebuilds submodules 2017-03-22 16:07:34 +01:00
Stefan "Bebbo" Franke f8840349b6 @R removed -O3 from CFLAGS
It seems that some gcc version do not generate correct code with -O3
2017-03-17 12:38:13 +01:00
bebbo 9a105dda1f @B fix numThread usage (again?! /shrug) 2017-02-18 23:07:40 +01:00
bebbo ac0f18b482 @B fix numThread usage (again?! /shrug) 2017-02-18 23:03:11 +01:00
bebbo a6370fd76f @B instead of touching derived lex files, now the source file date is reset to 1970. This allows the detection of new files 2017-02-18 20:17:10 +01:00
bebbo df889f51cc @R add download, update and help commands 2017-02-18 18:18:42 +01:00
Sebastian Bergmann 1fec107287 @B Make toolchain-m68k executable again 2017-02-18 16:24:17 +01:00
bebbo b730f56127 @R refs #6 added download command 2017-02-18 16:15:33 +01:00
bebbo 08ec6d421f @R patch the sfdc generated files to remove __inline, also remove "d0"
from clobber list.
2017-02-18 14:57:07 +01:00
Stefan Bebbo Franke 518e986306 @R build only C 2017-02-17 17:48:21 +01:00
bebbo 20aab474ff @R using -O3 and no debug info for compiled executables 2017-02-14 15:16:03 +01:00
bebbo 0aa0e6eff7 @B toolchain-m68k is executable again 2017-02-13 01:31:13 +01:00
bebbo a749c3d31b @R build libgcc early, @R omitt duplicate include in libnix/include (all
in sys-include)
2017-02-12 18:02:44 +01:00
bebbo 05429daa69 @B toolchain-m68k is executable again 2017-02-12 12:56:07 +01:00
bebbo fe2300f1d5 @R restore old libnix structure, gcc-6 stubs are fixed, @R build libgcc
separately
2017-02-12 12:50:15 +01:00
bebbo 1c1b2b1014 @R support number of threads via parameter --threads=<n>, @I added eclipse projet files 2017-01-31 20:53:22 +01:00
Krystian Bacławski 8920956a8b install 3rd party includes & headers into common directories, fixes #60 (#77) 2017-01-18 21:29:30 +01:00
Krystian Bacławski 8045a343aa Fix #61
* Add WritePixelArrayAlpha to CyberGraphX 4.2 header files
* Use basic sdk name for static libraries
2017-01-11 23:06:21 +01:00
Krystian Bacławski 51a0799cac Copy macros.h from fd2pragma instead of fd2sfd
* update gcc submodule to support LP11 macro
2017-01-10 23:43:10 +01:00
Krystian Bacławski 5f77cdb9e4 copy inline macros from fd2sfd 2017-01-10 22:41:41 +01:00