1
0
mirror of https://github.com/cahirwpz/amigaos-cross-toolchain synced 2025-11-21 10:15:10 +00:00
Commit Graph

50 Commits

Author SHA1 Message Date
a008957917 Fix for issue #48 2016-10-04 20:27:07 +02:00
15aec2ff9d Build extra tools with standard compiler settings. 2016-10-02 21:16:55 +02:00
32615c85a7 Add vda68k tool by Frank Wille. 2016-10-02 21:16:01 +02:00
31a6c508c9 Fix add_site_dir on Fedora 20 x86_64. 2016-10-02 15:54:05 +02:00
1f6d5c3898 Use submodules instead of cloned repositories. 2016-10-02 13:02:48 +02:00
c3ff91dfae The toolchain builds again on Cygwin and MSYS2 (32-bit). 2016-10-01 15:40:03 +02:00
90261e0eee Build host tools with default compiler. Add DONATE button. 2016-09-30 19:25:24 +02:00
cb8c2ba33d Support for clib2 standard library. Implements #32 2016-05-19 00:07:12 +02:00
68ec5e7977 Dropping C/C++ standard requirement in #b0baf5 was a bad idea. 2016-05-13 13:54:47 +02:00
4b3d7ca36c Fix a problem mentioned in #39 2016-05-11 08:53:16 +02:00
40edc11a4c Add simple testing procedure. 2016-05-10 10:49:38 +02:00
b0baf5dbfa Don't force host compiler to implement gnu89 standard. 2016-05-10 09:23:11 +02:00
d390d3df4b Move libraries to m68k-amigaos/lib directory. 2016-04-24 16:53:59 +02:00
3649955d60 Change location of ixemul headers directory. 2016-04-24 13:21:24 +02:00
fad4136f69 Add libdebug as requested in #39 2016-04-24 10:18:04 +02:00
e6a69cde46 gcc & binutils don't need patches anymore 2016-04-17 21:10:22 +02:00
85b84d3ea4 Build and install clib2. No gcc support yet. 2016-04-17 17:48:02 +02:00
fd01566714 Move patched binutils & gcc to git repos for easier development. 2016-04-17 16:48:30 +02:00
d09f38e3b9 further fixes for #35 and #37 2016-04-16 12:58:02 +03:00
fc3c2d2742 Fix #35, really ;-) 2016-04-16 09:22:28 +02:00
ce44ffe266 Update Warp3D SDK to 4.2 and fix #35 2016-04-15 14:15:16 +02:00
025d15782e replaced broken flex-2.5.4 download link with working one (http://downloads.sourceforge.net/project/flex/flex/2.5.4.a/flex-2.5.4a.tar.gz) 2016-03-21 09:17:04 +01:00
7af666c26c Fixed a bug with Python headers on 64-bit Debian. 2016-03-05 20:12:47 +01:00
38eb1339df Any version of libncurses-dev will do. Not 5.x as in #20. 2016-02-18 11:39:10 +01:00
3849998cc3 Close #23 2016-02-16 10:39:38 +01:00
99adc64850 Support both C and C++ headers 2016-01-18 22:35:50 +01:00
a2ff468955 Verify prerequisites 2016-01-18 19:14:54 +01:00
0af4d2589f Guarantee 64-bit types
```
machines/m68k/machine.c: In function 'gen_dc':
machines/m68k/machine.c:3503:7: warning: right shift count >= width of type
       vumax=zumand(zumrshift(vumax,ul2zum(32UL)),ul2zum(0xffffffff));
       ^
```
With -std=c9x/gnu9x/c99 -m32, `long` will be a 32-bit type. Specify `long long` to guarantee 64-bit size and get rid of warnings like the above, and possible errors in the generated code.
2016-01-15 16:30:51 +01:00
0bab2e953a Yacc is another forgotten dependency. 2015-10-02 06:46:32 +02:00
9646366d30 Patch IRA to remove plenty of warnings. 2015-09-11 09:32:30 +02:00
6cf52effe7 Switch to Frode's fixed python-lhafile. 2015-09-10 22:52:16 +02:00
b36b9afac4 Fix issue with python-lhafile installation. 2015-09-10 09:19:25 +02:00
61f2548b28 Build and install IRA reassmbler as a part of toolchain. 2015-09-09 22:52:29 +02:00
8e8d846f70 Fix vbcc configuration. 2015-09-09 22:33:49 +02:00
fad5ca162b Temporarily use my python-lhafile repository. 2015-09-09 11:16:36 +02:00
2bf06964d6 Some small fixes. 2015-09-08 19:26:50 +02:00
3128edf039 Fix bug encountered during mmu sdk installation. 2015-09-08 09:44:46 +02:00
8701c1726e Use python-lha module instead of external lha binary. 2015-09-08 09:12:48 +02:00
2a1ca0b1dc Rewrite install-sdk.sh into Python and integrate with toolchain-m68k script. 2015-09-07 23:09:43 +02:00
d9934c0994 NDK can be installed before binutils and gcc get built. 2015-09-03 22:29:43 +02:00
f54bc4e22f Make m68k-amigaos build faster by 20%. 2015-09-02 22:44:01 +02:00
33611fc4b2 Unify the way GNU Make is invoked. 2015-09-02 10:46:05 +02:00
362070d799 Apply GNU standard only to GCC compilation. 2015-08-31 10:37:22 +02:00
7071d6e73a Some minor fixes wrt. Cygwin. 2015-08-31 08:29:07 +02:00
2900b339c0 Add fd2sfd tool to m68k-amigaos toolchain. 2015-08-29 22:07:06 +02:00
6364dc5c2d Some random fixes. 2015-08-29 16:53:05 +02:00
df0187b460 Add proper configuration for VBCC. 2015-08-29 12:25:29 +02:00
9f0cefc31a Almost fully reworked bootstrap.sh script. 2015-08-29 12:03:59 +02:00
2ade97c186 Rename default action from 'doit' to 'make'. 2015-08-23 22:53:35 +02:00
1219fd1bc7 Rename scripts. 2015-08-23 22:47:04 +02:00