Manoel Trapier
5f00cd2e53
Make a brk/sbrk emulation.
...
Mac OS X seems to have some difficulties with brk/sbrk (maybe with the
4MB heap limit), and replace all the allocation logic will be prone to
errors, I'll add a new define and lib to emulate brk/sbrk using more
standard allocation methods. By default the heap is 64MB, it should be
enough.
2015-06-24 23:41:49 +01:00
Godzil
da1cb44497
Currently deactivate all language expect ANSI C.
2015-06-24 23:41:48 +01:00
Manoel Trapier
a8d9183e25
Reordonate modules in a more logical way.
...
(some modules have dependencies on other especially with header files)
2015-06-24 23:41:46 +01:00
Manoel Trapier
b907b15d4f
Add NES platform to default build. (Still more to go to compile correctly) and re-enabling the "k&r" cpp
2015-06-24 23:41:43 +01:00
dtrg
be8baf3da6
Added cpm platform.
2007-04-27 22:42:41 +00:00
dtrg
24ea8aee3d
Updated for the 6.0pre2 release.
2007-04-24 20:45:58 +00:00
dtrg
413880c52d
Added support for the linux386 platform. Disabled building of the K&R C, Basic and Occam compilers.
2007-04-23 23:41:50 +00:00
dtrg
17b0c36f69
Replaced the call to posix.setenv() with the more portable
...
posix.putenv().
2007-02-25 20:59:21 +00:00
dtrg
b046c21d7f
Added the ability to install a built ACK, and did some general
...
tidying.
2007-02-25 12:53:17 +00:00
dtrg
5c5f711cbb
Done a major overhaul of the way target include files are installed and
...
how platform libraries are built. The ARCH pm variable has now been
renamed PLATFORM (which is more accurate) and a different ARCH
variable added, which represents the CPU family rather than the
hardware platform.
2007-02-20 00:46:10 +00:00
dtrg
c0ecde554a
Added support for anm, asize, ashow, astrip and the new aslod tool.
2006-10-16 23:25:56 +00:00
dtrg
dbe10d2c19
Updated to the version 0.1 of Prime Mover (which involves some syntax changes).
2006-10-15 00:28:12 +00:00
dtrg
606012371e
Added support for the ANSI C language runtime and preprocessor.
2006-07-30 23:45:18 +00:00
dtrg
7826e03427
Added support for the K&R C language runtime.
2006-07-27 22:51:38 +00:00
dtrg
c5acfe7919
Added support for the Modula-2 language runtime.
2006-07-27 22:14:55 +00:00
dtrg
5a8968ae4f
Added support for the Pascal language runtime.
2006-07-27 22:07:38 +00:00
dtrg
f3a9a3bc40
Added support for the Basic and Occam language runtimes.
2006-07-27 21:58:13 +00:00
dtrg
d29b1ef7d0
Added support for the Basic compiler.
2006-07-26 23:08:09 +00:00
dtrg
2cfb9afac8
Added support for the Occam compiler.
2006-07-26 18:23:32 +00:00
dtrg
2d2ee38770
Added support for the Modula-2 compiler.
2006-07-26 17:12:19 +00:00
dtrg
dc4606aa21
Really added support for the Pascal compiler.
2006-07-22 21:24:41 +00:00
dtrg
f1386f3aa5
Added support for the Pascal compiler.
2006-07-22 21:03:07 +00:00
dtrg
8499270aef
Added support for the esize object inspection tool.
2006-07-22 20:10:41 +00:00
dtrg
113383e31c
Added support for the led link editor.
2006-07-22 20:04:41 +00:00
dtrg
304c0e21a0
Added support for the top target peephole optimiser.
2006-07-22 12:31:19 +00:00
dtrg
1a037b9685
Added support for the ego global optimisation suite.
2006-07-22 00:52:01 +00:00
dtrg
a1ba8c6d3f
Fixed revision history.
2006-07-20 23:24:42 +00:00
dtrg
4f1a4b30f7
First version in CVS.
2006-07-20 22:57:46 +00:00