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

73 Commits

Author SHA1 Message Date
1325e1dc87 Switch to HTTPS protocol for ftp.gnu.org
* More information here: https://ftp.gnu.org/CRYPTO.README
2017-11-12 19:45:28 +01:00
51cd819a2a Speed-up CircleCI builds for M68K and PowerPC. (#94)
* Split out download action.
* Use CircleCI cache to store downloads.
* Run some make commands in parallel (-j option).
2017-11-12 19:15:13 +01:00
66015fb110 Fix ppc-amigaos toolchain build (#93)
* Build PowerPC toolchain via CircleCI.
* Update docker image to contain subversion.

[skip ci]
2017-11-12 14:23:16 +01:00
75ac66c7bf upgrade vbcc to version 0.9f patch 1 release. (#88)
also fix the vclib url.
2017-08-20 20:30:39 +02:00
197cbb1fca Switch to binutils 2.14 by default. 2017-08-18 14:18:32 +02:00
39f0b27679 Integrate amitools into the toolchain (#86)
* Attempt to integrate amitools into the toolchain
* Update link for IDA
* Install amitools with easy_install
* Move amitools build to the end
* Update README file
2017-08-04 23:50:23 +02:00
706812a163 upgrade vbcc to version 0.9f release. (#85) 2017-08-01 13:37:18 +02:00
8d9403d30d fix vc.config after commit 8920956a8b (#81)
- add -I{prefix}/{target}/include to cc and as include paths
- remove -L{prefix}/{target}/vbcc/include from ld paths (this
  one is not related to commit 8920956a8b but that path isn't
  needed for linkage either.)
2017-07-18 16:42:06 +02:00
8920956a8b install 3rd party includes & headers into common directories, fixes #60 (#77) 2017-01-18 21:29:30 +01:00
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
51a0799cac Copy macros.h from fd2pragma instead of fd2sfd
* update gcc submodule to support LP11 macro
2017-01-10 23:43:10 +01:00
5f77cdb9e4 copy inline macros from fd2sfd 2017-01-10 22:41:41 +01:00
781dbadfd4 set permissions of vc.config (#72) 2016-11-09 21:01:19 +01:00
c6bd8e101f Correct path to vasmm68k_mot. Fix #66. 2016-11-08 20:58:04 +01:00
007e178912 Add binutils 2.14 as an alternative for 2.9.1 2016-10-25 09:48:15 +02:00
8fa7eef8cd Add fd2pragma tool. 2016-10-23 12:56:47 +02:00
c5bd7a7642 Multilib'ed libstdc++ for GCC. Silence out make messages in quiet mode. 2016-10-18 15:25:29 +02:00
abdc7dff92 Fix broken link to flex 2.5.4 2016-10-18 11:04:52 +02:00
27c3ad2eff Fix messed up prefix directory variable. 2016-10-15 13:31:21 +02:00
edbd57e4e3 Add continuous integration with Travis-CI. 2016-10-15 12:52:17 +02:00
a1388f23c7 Move corresponding patches to main adtools/sfdc repository 2016-10-10 21:31:51 +02:00
485a13e6d2 Fix issues introduced by 8a7eeb3 2016-10-09 23:19:15 +02:00
8a7eeb3eea Clean up installation prefix directory structure.
* Do not install files that won't be used (gcc & binutils).
* Move vbcc files around.
* Move man pages to 'share/man/man1' directory.
* Move AmigaOS NDK files under 'm68k-amigaos/ndk'.
2016-10-09 14:50:34 +02:00
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