florian
|
eaeb8b70ff
|
+ added Risc-V register information file generation to the compiler Makefile
* more stringent naming of register file information for Risc-V
|
2022-05-31 22:38:30 +02:00 |
|
Nikolay Nikolov
|
8c562995d7
|
* regenerate makefiles with latest fpcmake
|
2022-05-24 14:01:59 +03:00 |
|
Pierre Muller
|
8512d7ac8f
|
Add x86_64 CPU to list requiring fpux80 support
|
2022-03-30 15:10:30 -06:00 |
|
Pierre Muller
|
2f28c5596f
|
Regenerate all Makefile's to fix problem on x86_64 linux
|
2022-03-07 23:46:15 +00:00 |
|
Pierre Muller
|
ad2ac98858
|
Update Makefile's
|
2022-03-07 22:35:29 +00:00 |
|
Pierre Muller
|
4da4c96349
|
Regenerate Makefile's with mips gcc fixes and new enabled mips64-linux target
|
2022-02-15 15:45:15 +00:00 |
|
Nikolay Nikolov
|
21593942a1
|
* regenerate all makefiles with the latest fpcmake
|
2022-02-13 15:26:54 +02:00 |
|
florian
|
b2eaa4e701
|
+ some MIPS64 stuff added to the Makefiles
|
2022-02-02 22:14:43 +01:00 |
|
Pierre Muller
|
9c20a033e0
|
Fix fullinstall make target
|
2022-01-24 15:16:26 +00:00 |
|
Nikolay Nikolov
|
b407b67ca1
|
* regenerate all makefiles with latest fpcmake
|
2022-01-19 07:08:32 +02:00 |
|
Robert Roland
|
53e5a4a03a
|
Adding aaarch64-embedded target
This adds support for aarch64-embedded, specifically for the Raspberry Pi 3.
Uses UART0 at 115200 baud 8N1 for console IO.
|
2022-01-05 12:29:00 +00:00 |
|
Pierre Muller
|
271ba59cf1
|
All Makefile's regenerated
|
2021-11-25 22:13:32 +00:00 |
|
florian
|
65ef6f1f37
|
* regenerated Makefiles
|
2021-11-24 22:50:37 +01:00 |
|
Florian Klämpfl
|
67b08734cf
|
* to avoid that -Xg causes a failure during comparing ppc3.exe and ppc386.exe on windows, during the last compiler compilation step, the
same executable name is used
|
2021-09-08 21:06:30 +02:00 |
|
Pierre Muller
|
810de9eaca
|
Try to avoid infinite loop for revision target on svn repo
|
2021-09-06 23:31:20 +02:00 |
|
florian
|
b3bf183fd3
|
* pass the final name of the compiler executable when compiling the compiler to avoid
moving the executable afterwards, this allows proper stack dumps with line numnbers
on OSes with external debugging information (darwin)
|
2021-09-05 16:48:01 +02:00 |
|
florian
|
b4f939a4ab
|
* check if git executable really exists
|
2021-09-01 09:29:50 +02:00 |
|
Don
|
aecec2f6df
|
Allow custom definition of GIT.
|
2021-09-01 09:29:50 +02:00 |
|
florian
|
27529a7e74
|
* always use $(GIT) to call git
|
2021-09-01 09:29:50 +02:00 |
|
florian
|
838cc89fac
|
* properly check if -unpushed should be appended in revision.inc
|
2021-09-01 09:29:50 +02:00 |
|
florian
|
4c1eb4e454
|
+ include -unpushed in revision.inc if not all changes are pushed to the remote
|
2021-08-17 15:43:53 +02:00 |
|
florian
|
0ff3f04700
|
* use git describe to create a revision.inc if a .git dir is found
|
2021-08-16 21:24:49 +02:00 |
|
nickysn
|
433050a2c4
|
* set EXEEXT to .wasm for the WASI target in fpcmake
git-svn-id: trunk@49552 -
|
2021-06-24 00:16:00 +00:00 |
|
pierre
|
dd9179043e
|
Fix message about unsupported OS_TARGET for LLVM
git-svn-id: trunk@49330 -
|
2021-05-03 16:10:59 +00:00 |
|
pierre
|
43c50d0a32
|
Remove unused, obsolete -dBROWSERLOG option
git-svn-id: trunk@49246 -
|
2021-04-22 15:26:15 +00:00 |
|
Jonas Maebe
|
500e29e5e2
|
* regenerated with FreeBSD/AArch64 support
git-svn-id: trunk@49159 -
|
2021-04-10 08:19:40 +00:00 |
|
pierre
|
3ac0522f70
|
Add sinclairql to NO_NATIVE_COMPILER_OS_LIST
git-svn-id: trunk@49133 -
|
2021-04-07 15:49:31 +00:00 |
|
florian
|
e4cc8af8fc
|
* Makefiles regenerated
git-svn-id: trunk@49124 -
|
2021-04-05 15:39:07 +00:00 |
|
nickysn
|
4be5609809
|
+ added wasm32 to the list of targets that don't support a native compiler
git-svn-id: branches/wasm@48952 -
|
2021-03-13 21:56:01 +00:00 |
|
nickysn
|
ea8f068817
|
* regenerated makefiles after sync with trunk
git-svn-id: branches/wasm@48951 -
|
2021-03-13 21:52:13 +00:00 |
|
nickysn
|
e42330a7ad
|
* synchronized with trunk
git-svn-id: branches/wasm@48949 -
|
2021-03-13 21:47:24 +00:00 |
|
pierre
|
e8fbe6696b
|
Update Makefile's after commits 48929/48930
git-svn-id: trunk@48940 -
|
2021-03-12 13:23:41 +00:00 |
|
nickysn
|
f8052134e3
|
* synchronized with trunk
git-svn-id: branches/wasm@48906 -
|
2021-03-08 00:52:43 +00:00 |
|
pierre
|
3dd6272891
|
Add new make rule named full_targets
git-svn-id: trunk@48882 -
|
2021-03-06 10:42:50 +00:00 |
|
nickysn
|
940738a3a1
|
* synchronized with trunk
git-svn-id: branches/wasm@48846 -
|
2021-03-01 13:21:24 +00:00 |
|
pierre
|
e2386ae876
|
* Remove obsolete -OG2p3 option for extcycle
+ Add extoptcycle to cycle compiler with both -dEXTDEBUG and -dDEBUG_ALL_OPT
git-svn-id: trunk@48801 -
|
2021-02-24 10:40:15 +00:00 |
|
nickysn
|
d7df2d45c6
|
* synchronized with trunk
git-svn-id: branches/wasm@48680 -
|
2021-02-14 23:47:42 +00:00 |
|
Jonas Maebe
|
03bfe3234d
|
* correctly handle multiple codesign binaries in the PATH
git-svn-id: trunk@48664 -
|
2021-02-13 08:19:30 +00:00 |
|
nickysn
|
a74024e7d5
|
* synchronized with trunk
git-svn-id: branches/wasm@48654 -
|
2021-02-12 01:54:24 +00:00 |
|
Jonas Maebe
|
91d877919e
|
* strip codesignature when comparing compiler binaries on Darwin
o fixes non-converging "make cycle" on macOS/AArch64 with DEBUG=1
git-svn-id: trunk@48518 -
|
2021-02-07 14:40:14 +00:00 |
|
nickysn
|
1d9d1ab859
|
* regenerated makefiles
git-svn-id: branches/wasm@48369 -
|
2021-01-24 02:01:11 +00:00 |
|
nickysn
|
cf6c173653
|
* regenerated makefiles
git-svn-id: branches/wasm@47988 -
|
2021-01-02 22:25:27 +00:00 |
|
nickysn
|
a84b091b5e
|
* makefiles regenerated after fpcmake update
git-svn-id: branches/wasm@47985 -
|
2021-01-02 22:15:42 +00:00 |
|
nickysn
|
c895c8fa0a
|
* synchronized with trunk
git-svn-id: branches/wasm@47506 -
|
2020-11-20 23:21:42 +00:00 |
|
pierre
|
68d3962889
|
Regenerate all Makefile's, and update utils/fpcm/fpcmake.inc and utils/fpcm/revision.inc after commit 47483
git-svn-id: trunk@47484 -
|
2020-11-20 14:03:57 +00:00 |
|
Károly Balogh
|
9d67adcbb6
|
* regenerated all Makefiles after Sinclair QL support was added
git-svn-id: trunk@47453 -
|
2020-11-19 02:58:27 +00:00 |
|
nickysn
|
911b4e852a
|
* regen makefiles after sync with trunk
git-svn-id: branches/wasm@47450 -
|
2020-11-19 01:22:40 +00:00 |
|
nickysn
|
f187334763
|
* regenerated makefiles after sync with trunk
git-svn-id: branches/wasm@47250 -
|
2020-10-29 10:57:56 +00:00 |
|
nickysn
|
578750a646
|
* synchronized with trunk
git-svn-id: branches/wasm@47135 -
|
2020-10-19 05:06:33 +00:00 |
|
florian
|
201281ae2a
|
* compiler Makefile checks if SOURCE_SOURCE_DATE_EPOCH_DATE is set or if git is used, in either case the former or the latter are used for the build date reported by the compiler
git-svn-id: trunk@47133 -
|
2020-10-18 17:13:39 +00:00 |
|