Commit Graph

339 Commits

Author SHA1 Message Date
Krystian Bacławski 0bab2e953a Yacc is another forgotten dependency. 2015-10-02 06:46:32 +02:00
Krystian Bacławski dd4fafa9be Fix IRA compilation under Cygwin. 2015-09-11 10:35:41 +02:00
Krystian Bacławski 9646366d30 Patch IRA to remove plenty of warnings. 2015-09-11 09:32:30 +02:00
Krystian Bacławski 77573136f9 Run Gnu Indent over sources. 2015-09-11 08:33:34 +02:00
Krystian Bacławski 6917d76bae Change tabs to spaces. 2015-09-10 22:53:27 +02:00
Krystian Bacławski 6cf52effe7 Switch to Frode's fixed python-lhafile. 2015-09-10 22:52:16 +02:00
Krystian Bacławski b36b9afac4 Fix issue with python-lhafile installation. 2015-09-10 09:19:25 +02:00
Krystian Bacławski 61f2548b28 Build and install IRA reassmbler as a part of toolchain. 2015-09-09 22:52:29 +02:00
Krystian Bacławski 8e8d846f70 Fix vbcc configuration. 2015-09-09 22:33:49 +02:00
Krystian Bacławski fad5ca162b Temporarily use my python-lhafile repository. 2015-09-09 11:16:36 +02:00
Krystian Bacławski 5baa94fe1a Modify gcc's specs to support library and device linking. 2015-09-09 11:11:07 +02:00
Krystian Bacławski 1331c37442 Examples for compiling AmigaOS libraries & devices. 2015-09-09 09:29:54 +02:00
Krystian Bacławski 0f8b252712 Remove a binary that was commited by mistake. 2015-09-09 07:44:13 +02:00
Krystian Bacławski 2deab525fe Add simple device and simple library examples. 2015-09-09 07:41:04 +02:00
Krystian Bacławski 96f2ca8451 Fix link error with C++ programs. 2015-09-08 21:03:55 +02:00
Krystian Bacławski 2bf06964d6 Some small fixes. 2015-09-08 19:26:50 +02:00
Krystian Bacławski 465d8cf7b7 Add some tests. 2015-09-08 10:28:55 +02:00
Krystian Bacławski 3128edf039 Fix bug encountered during mmu sdk installation. 2015-09-08 09:44:46 +02:00
Krystian Bacławski 2f9ee769ea Fix a bug encountered during install-sdk test. 2015-09-08 09:27:42 +02:00
Krystian Bacławski 8701c1726e Use python-lha module instead of external lha binary. 2015-09-08 09:12:48 +02:00
Krystian Bacławski 47918eeb2a Build command is 'build' not 'make. 2015-09-07 23:14:24 +02:00
Krystian Bacławski 908111b648 install-sdk.sh functionality was moved to toolchain-m68k. 2015-09-07 23:12:49 +02:00
Krystian Bacławski d47aea31e4 Merge branch 'master' of github.com:cahirwpz/amigaos-cross-toolchain 2015-09-07 23:11:23 +02:00
Krystian Bacławski 2a1ca0b1dc Rewrite install-sdk.sh into Python and integrate with toolchain-m68k script. 2015-09-07 23:09:43 +02:00
Krystian Bacławski 8400254caf Merge pull request #14 from stu/master
Quick fix for install-sdk. Update MUI related sdk version numbers.
2015-09-07 15:20:23 +02:00
Stuart George 331fbaa2b1 Update some version numbers on aminet 2015-09-07 09:00:23 -04:00
Stuart George 6e372a72e8 Minor changes to use prebuilt LHA and change Bash mktemp 2015-09-07 08:59:49 -04:00
Krystian Bacławski d9934c0994 NDK can be installed before binutils and gcc get built. 2015-09-03 22:29:43 +02:00
Krystian Bacławski 1a8844063f Minor fixes. 2015-09-03 14:12:33 +02:00
Krystian Bacławski 5a00596b4f Fix ppc-amigaos toolchain build. 2015-09-03 00:44:44 +02:00
Krystian Bacławski f54bc4e22f Make m68k-amigaos build faster by 20%. 2015-09-02 22:44:01 +02:00
Krystian Bacławski 33611fc4b2 Unify the way GNU Make is invoked. 2015-09-02 10:46:05 +02:00
Krystian Bacławski 3f40fcde34 Fix fd2sfd patch. 2015-08-31 20:31:35 +02:00
Krystian Bacławski 7403a8f897 Omit svn & git repository data when copying files. 2015-08-31 11:21:08 +02:00
Krystian Bacławski 362070d799 Apply GNU standard only to GCC compilation. 2015-08-31 10:37:22 +02:00
Krystian Bacławski 7071d6e73a Some minor fixes wrt. Cygwin. 2015-08-31 08:29:07 +02:00
Krystian Bacławski 2900b339c0 Add fd2sfd tool to m68k-amigaos toolchain. 2015-08-29 22:07:06 +02:00
Krystian Bacławski 5c93888c18 Remove unused patches. 2015-08-29 16:57:44 +02:00
Krystian Bacławski 27a1547d4f Add missing patches. 2015-08-29 16:56:06 +02:00
Krystian Bacławski 6364dc5c2d Some random fixes. 2015-08-29 16:53:05 +02:00
Krystian Bacławski d6ba93c1cc Note the fact we can build a toolchain for ppc as well. 2015-08-29 12:43:22 +02:00
Krystian Bacławski 2c0a8b7a1d Update build method description. 2015-08-29 12:33:13 +02:00
Krystian Bacławski b324c5f17f Remove old build script. 2015-08-29 12:27:07 +02:00
Krystian Bacławski df0187b460 Add proper configuration for VBCC. 2015-08-29 12:25:29 +02:00
Krystian Bacławski 51e0dadf3e Merge branch 'master' of github.com:cahirwpz/m68k-amigaos-toolchain 2015-08-29 12:04:41 +02:00
Krystian Bacławski 9f0cefc31a Almost fully reworked bootstrap.sh script. 2015-08-29 12:03:59 +02:00
Krystian Bacławski a25edf784f Build development toolchain for m68k-elf target. 2015-08-26 16:06:03 +02:00
Krystian Bacławski 2ade97c186 Rename default action from 'doit' to 'make'. 2015-08-23 22:53:35 +02:00
Krystian Bacławski 1219fd1bc7 Rename scripts. 2015-08-23 22:47:04 +02:00
Krystian Bacławski ba871ebc44 Ooops... forgot to add the script :) 2015-08-23 22:28:40 +02:00