florian
|
5d17b335a6
* based on patch by Christo Crause: when setting the controller type, set also the sub architecture, resolves #33189
|
7 years ago |
florian
|
5c18758b12
+ based on a patch by Christo Crause create a define for the selected controller type (FPC_MCU_...), resolves #33191
|
7 years ago |
pierre
|
22c4c349a6
force dwarf-2 debug format if used assembler does not support stabs (as indicated by new af_no_stabs flag)
|
7 years ago |
Károly Balogh
|
75158d02ca
m68k: set palmos to use 68000 and no FPU by default
|
7 years ago |
pierre
|
0c3486f6e4
Add 'U' to list of first pass parsing, required to set cs_compilesystem early and avoid false error
|
7 years ago |
Károly Balogh
|
6094910917
amiga/m68k: disable dynlibs feature. while the amiga has dynamic libraries, they have a different architecture, which don't mix with this feature. powerpc amiga could support the mainstream-style dynlibs, so keep it enabled there.
|
7 years ago |
Károly Balogh
|
05642cd495
atari: switch off threading for atari tos. i think if we'll ever support MiNT, that should be a separate target, with all the advanced features enabled
|
7 years ago |
florian
|
b41cb26727
+ write selected features in ppu of the system unit and load them further on
|
7 years ago |
nickysn
|
1c8b607d92
- disable threading on win16
|
7 years ago |
florian
|
7fa9d267e3
* correctly set cpu defines after r37582, even if architecture and cpu type defines are equal (like CPUMIPS32), resolves #32687
|
7 years ago |
florian
|
826f208e45
* define CPU and FPU type macros before the second parsing of the parameters so they can be used in config files
|
7 years ago |
svenbarth
|
fcc1ce7a08
* fix for Mantis #30344: applied patch by Mario Ray Mahardhika to add new command line option -Sj[-|+] to control writeable typed constants (with a small adjustment to the help text)
|
7 years ago |
pierre
|
fee49a3e40
Disable threading feature for arm-palmos (like it is done for m68k-palmos)
|
7 years ago |
nickysn
|
4e489f2b33
+ generate faster, branchless code for abs(int64) on i8086
|
8 years ago |
nickysn
|
aefa317474
+ fast and branchless implementation of abs(int64) for i386
|
8 years ago |
Károly Balogh
|
a87df638e7
m68k-atari: reenable threading feature. even if it's technically unsupported, it breaks the build of too many otherwise applicable packages
|
8 years ago |
Károly Balogh
|
8db10af841
m68k: palmos and atari doesn't support threading
|
8 years ago |
florian
|
7f72c780d8
* cleanup
|
8 years ago |
pierre
|
903955f329
Add 's' for sparc64 specific message prefix
|
8 years ago |
Károly Balogh
|
eaa769053b
m68k: enable 68881 FPU on Linux and NetBSD by default
|
8 years ago |
Károly Balogh
|
177a571af8
morphos/amiga/atari: fixed making vlink default based on the host platform
|
8 years ago |
nickysn
|
a34f531661
+ implemented support for codepage aware compiler messages. It can be enabled
|
8 years ago |
florian
|
024481262c
+ compiler sets SPARC64 defines
|
8 years ago |
nickysn
|
fa645dcaf7
+ added abs(smallint) and abs(shortint) for cpus with 8-bit or 16-bit alu
|
8 years ago |
Károly Balogh
|
a4c40a51ff
m68k: also add options.pas to the previous change
|
8 years ago |
pierre
|
ae349a3ccc
Handle second argument to -Ch option, -Chx,y y is max heap size
|
8 years ago |
pierre
|
b7fab7d39c
Add -Wh command line option to enable HugeCode (equivalent of $F+)
|
8 years ago |
pierre
|
65fadcaa53
Disable threading and dynlibs features for msdos OS target by default
|
8 years ago |
maciej-izak
|
af8e0efe57
* Rtti info about Management Operators (MO) in init table for records. Note: commit contains minimal changes for RTL (for proper "make") no functional changes. More RTL changes for fully functionally MO in next commits.
|
8 years ago |
Jonas Maebe
|
265c8e7bbc
+ support for specifying ms_abi_default, ms_abi_cdelc, sysv_abi_default, and
|
8 years ago |