pierre
|
59600e12bc
Add missing pieces of commit r41949 into fixes branch
|
6 lat temu |
pierre
|
c689563167
------------------------------------------------------------------------
|
6 lat temu |
pierre
|
12c54a62e7
Update all Makefile's to enable x86_64-haiku target
|
6 lat temu |
pierre
|
02c14a51c8
------------------------------------------------------------------------
|
6 lat temu |
pierre
|
554d1f4b57
------------------------------------------------------------------------
|
6 lat temu |
yury
|
2d48bc8b9c
* Regenerated makefiles.
|
7 lat temu |
marco
|
d143ab60e1
* regenned makefile without date/rev components for easier merging.
|
7 lat temu |
nickysn
|
65d8836952
* updated dependencies of unit ports (objpas and x86 is no longer required on
|
7 lat temu |
pierre
|
d6be56e225
Regenerated Makefile's after addition of ppas and ppaslink script removal in rev 38745
|
7 lat temu |
florian
|
055a49b202
* patch by Christo Crause: the subarch type for atmega 8, 8A, 16 & 32 was incorrect. Atmega8A was also listed under the wrong subarch type in the makefile, also fixed.
|
8 lat temu |
florian
|
7d1d91e9cc
* compile math (and sysutils as a a dependency) unit on m68k-embedded, resolves #33068
|
8 lat temu |
pierre
|
bdd3b4e695
* Move rtl.cfg content to system.cfg
|
8 lat temu |
pierre
|
595938637e
Add explicit FPC_SYSTEM_OPT variable that is only used for compilation of system units, thus allowing to explicitly pass -Sf option
|
8 lat temu |
Jeppe Johansen
|
4a169e6b1a
Changed subarch of at90pwm161
|
8 lat temu |
florian
|
5bedaf11f4
* fpcmake.inc and Makefiles renerated after last commit
|
8 lat temu |
florian
|
b41cb26727
+ write selected features in ppu of the system unit and load them further on
|
8 lat temu |
florian
|
6cd65d9511
* avrsim also provided when SUBARCH is avr6
|
8 lat temu |
florian
|
c7d5525b56
+ implemented some AVR specific intrinsics
|
8 lat temu |
pierre
|
d18627f0af
* Update all fpcsrc Makefile's using latest fpcmake version 2017-09-21 rev 37286
|
8 lat temu |
Károly Balogh
|
04dee0fc04
regenerated Makefiles for m68k-macos target
|
8 lat temu |
nickysn
|
ef25c33d69
+ added cp855 to the implicit unit list in the rtl makefiles
|
8 lat temu |
pierre
|
17b2671213
Regenerate all Makefile's after changes related to FPCDIR checks
|
8 lat temu |
Jeppe Johansen
|
7e75457a3e
Added more Nordic Semi controllers. Created a new unit for NRF52x controllers with a more precise register naming following Nordic SDK conventions.
|
9 lat temu |
Jeppe Johansen
|
6a1c1e4f29
Added support for NRF52832 controllers.
|
9 lat temu |
nickysn
|
5306ee552b
* regenerated makefiles with latest fpcmake
|
9 lat temu |
nickysn
|
a58dd988a4
* regenerate makefiles after the fpcmake update
|
9 lat temu |
Jeppe Johansen
|
1c0c944311
Added x86_64-embedded target. Patch from Benjamin Rosseaux
|
10 lat temu |
Jeppe Johansen
|
328b6464ed
Add debug info to the CPU units by default, to be able to print register contents with GDB.
|
10 lat temu |
florian
|
026848b3e1
+ use CPU_UNITS_DEFINED to track if a SUBARCH is passed, so with CPU_UNITS_DEFINED=1 it is easily possible to compile without any cpu units
|
10 lat temu |
Jeppe Johansen
|
970f0064ea
Downgrade build message from makefile from error to warning for arm-embedded. This makes it possible to build a working RTL with external startup code for subarchs with no cpu units.
|
10 lat temu |