yury
|
af1ea62ff7
* i386-android: By default set CPU type to PentiumM and FPU to SSSE3 according to Android x86 ABI.
|
9 years ago |
yury
|
cac16fa60e
* Small refactor of the arm defaults for better readability.
|
9 years ago |
florian
|
4e64fe77ac
+ define macros with information about the memory sizes of a MCU: FPC_FLASHBASE, FPC_FLASHSIZE, FPC_SRAMBASE, FPC_SRAMSIZE, FPC_EEPROMBASE, FPC_EEPROMSIZE, FPC_BOOTBASE, FPC_BOOTSIZE, resolves issue #29365
|
9 years ago |
Jonas Maebe
|
741c91275a
- removed "const" from first parameter of check_configfile(), because that
|
9 years ago |
florian
|
1c067e96bf
* fix VFPv4 support
|
9 years ago |
florian
|
ddad3b3166
* allow very small heaps for avr
|
9 years ago |
florian
|
fd61d65313
* handle controller type already in the first options pass_1
|
9 years ago |
nickysn
|
c2b0256869
- don't define 'CPU8086' on the i8086 target, because it clashes with the
|
9 years ago |
Károly Balogh
|
3675fc75cb
VLink Support:
|
9 years ago |
yury
|
36622eaba9
* arm-android: Compile for ARMv5T by default to be compatible with all versions of Android.
|
9 years ago |
Jonas Maebe
|
2cf8e50771
* fixed unwanted disabling of a codepage set via -FcXXX/{$codepage XXX}
|
10 years ago |
yury
|
432248cbf1
* Removed lot of unused vars.
|
10 years ago |
yury
|
67758f450e
* Set ARMv6 as default CPU for arm-android to eliminate multi-threading issues on multi-core CPUs.
|
10 years ago |
Jonas Maebe
|
c7aabaa3b6
- removed FPC_OBJFPC_EXTENDED_IF-related code, FPC 2.6.4 has it
|
10 years ago |
Jonas Maebe
|
28bc3bb294
- removed FPC_STRTOSHORTSTRINGPROC-related checks, FPC 2.6.4 has it
|
10 years ago |
Jonas Maebe
|
ad66b06222
- removed FPC_STRTOCHARARRAYPROC-related checks, FPC 2.6.4 had it
|
10 years ago |
Jonas Maebe
|
9ab80874cc
- removed FPC_REAL2REAL_FIXED-related checks, FPC 2.6.4 has it
|
10 years ago |
Jonas Maebe
|
2afd8eb802
- removed FPC_HAS_STR_CURRENCY-related code, FPC 2.6.4 has it
|
10 years ago |
Jonas Maebe
|
12030f904a
- removed FPC_HAS_VALGRINDBOOL-related checks, FPC 2.6.4 has it
|
10 years ago |
Jonas Maebe
|
1c2bac7608
- removed FPC_HAS_VARSETS-related checks, FPC 2.6.4 has it
|
10 years ago |
Jonas Maebe
|
858fd37483
- removed FPC_HASINTERNALOLEVARIANT2VARIANTCAST-related checks, FPC 2.6.4
|
10 years ago |
Jonas Maebe
|
da6382db2a
- removed FPC_HASFIXED64BITVARIANT-related checks, FPC 2.6.4 has it
|
10 years ago |
Jonas Maebe
|
4494565a15
- removed RESSTRSECTIONS-related checks, FPC 2.6.4 has it
|
10 years ago |
Jonas Maebe
|
4564bffb85
* use binutils 2.19+ linker script "augmentation" functionality to specify
|
10 years ago |
Jonas Maebe
|
e06a759e20
- reverted r31664, it causes crashes with some ld versions :/
|
10 years ago |
Jonas Maebe
|
cd41bf672c
* use binutils 2.19+ linker script "augmentation" functionality to specify
|
10 years ago |
Jonas Maebe
|
c813e024ee
* support non-section-based threadvars on the LLVM target
|
10 years ago |
nickysn
|
bdfd23cc2e
+ new target switch "FarProcsPushOddBP", which causes the i8086 compiler to push
|
10 years ago |
nickysn
|
839ab714cc
+ started implementing a win16 target :)
|
10 years ago |
nickysn
|
8458bbfaf6
+ enabled the huge memory model command line option
|
10 years ago |