Commit Graph

24 Commits

Author SHA1 Message Date
Krystian Bacławski 75a558d4cf Fix runtime errors on 64-bit architectures (tested under MacOS Catalina).
* Ignoring implicit function declaration warnings resulted in pointers
   being clobbered to int type.
2020-07-24 21:23:49 +02:00
Krystian Bacławski eef13d1aba add extra includes directory for 3rd party libraries 2017-01-18 21:13:07 +01:00
Krystian Bacławski f979e3d653 Merge pull request #6 from jens-maus/max_recog_operands-patch
bumped the maximum number of max_recog_operands to 20 (19+1)
2017-01-10 21:24:38 +01:00
Jens Maus fa4c560cc1 bumped the maximum number of max_recog_operands to 20 (19+1) to support larger asm constructs (e.g. LP11() in inline/macros.h). This refs cahirwpz/amigaos-cross-toolchain#75. 2017-01-10 10:44:26 +01:00
Krystian Bacławski fa94202d70 Do not require C standard library headers to compile libgcc.a 2016-10-18 22:23:41 +02:00
Krystian Bacławski ff0d14cc2f Enable multilib for libstdc++. 2016-10-18 14:53:35 +02:00
Krystian Bacławski 66cec84930 Put constant or read-only declaration into text section when -fbaserel. 2016-10-18 14:51:24 +02:00
Krystian Bacławski 37b17409b3 Assume __CTOR_LIST__ and __DTOR_LIST__ are handled by libnix / clib2. 2016-10-18 14:51:24 +02:00
Krystian Bacławski b994deba5b Move AmigaOS includes into `m68k-amigaos/ndk/includes` 2016-10-18 14:51:24 +02:00
Krystian Bacławski 213c228d67 All tools must start with target triplet after installation. 2016-10-18 14:51:24 +02:00
Krystian Bacławski 19e458fe0c Modification driven by change in libnix library.
Libnix requires to link in two libraries: main part and Kickstart
dependant part. Enable that by providing -mcrt=nix13 or -mcrt=nix20
option.
2016-10-18 14:51:24 +02:00
Krystian Bacławski 080913ddbf Store auto-generated files. 2016-10-18 14:51:24 +02:00
Krystian Bacławski 90113274e2 Fresh config.guess and config.sub from Automake 1.15 2016-10-18 14:51:24 +02:00
Krystian Bacławski aad9b4aa39 Support for clib2 standard library. 2016-10-18 14:51:24 +02:00
Krystian Bacławski a2dd1fb44f Make gcc under Ubuntu 16.04 stop complaining about missing argument. 2016-10-18 14:51:24 +02:00
Krystian Bacławski 6ba543f9e2 Fix compilation with -msmall-code. 2016-10-18 14:51:24 +02:00
Krystian Bacławski 687249382d Take complete control of header search dirs. 2016-10-18 14:51:24 +02:00
Krystian Bacławski c887a527f8 Revert old and not well understood patch. 2016-10-18 14:51:24 +02:00
Krystian Bacławski 9a6741770b Cleanup gcc specs. 2016-10-18 14:51:24 +02:00
Krystian Bacławski 2f3c76b3d7 AmigaOS/m68k specific changes. 2016-10-18 14:51:23 +02:00
Krystian Bacławski 37aef96904 Backport changes 102337, 155527, 209759, 233603. 2016-10-18 14:47:52 +02:00
Krystian Bacławski f52c9355e6 Backport changes 45216, 61098, 64549, 79523. 2016-10-18 14:45:02 +02:00
Krystian Bacławski 2ede486e33 Backport changes number 29984 and 43100. 2016-10-17 01:45:39 +02:00
Krystian Bacławski 698c99a82a Import original sources. 2016-04-17 14:54:11 +02:00