minix/servers
Lionel Sambuc 0cdf705cc6 Enable optional GCC install and GCC improvements
-By adding MKGCC=yes and MKGCCCMDS=yes on the make commandline
   it is now possible to compile and install GCC on the system.

   Before doing this, if you are not using the build.sh script,
   you will need to call the fetch scripts in order to retrieve
   the sources of GCC and its dependencies.

 -Reduce difference with NetBSD share/mk

   Move Minix-specific parameters from bsd.gcc.mk to bsd.own.mk,
   which is anyway patched, so that bsd.gcc.mk is now aligned
   on the NetBSD version.

 -Clean libraries dependencies, compiles stdc++ only if gcc is
   also compiled (it is part of the gcc sources)

 -Correct minix.h header sequence, cleanup spec headers.

 -Fix cross-compilation from a 32bit host targeting MINIX/arm

Change-Id: I1b234af18eed4ab5675188244e931b2a2b7bd943
2013-07-12 14:22:03 +02:00
..
devman Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00
ds Cleanup: Remove minix.bootprog.mk 2013-03-06 11:56:56 +01:00
ext2 retire 64-bit conversion functions 2013-06-24 16:50:57 +02:00
hgfs Create SFFS library out of HGFS 2012-04-09 18:08:26 +02:00
inet fix inet warnings 2013-05-31 14:30:52 +00:00
init init: handle getty string of "" (default) 2013-06-12 07:04:53 +00:00
ipc Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00
is is: leave newline for stacktrace for SF9 dump 2013-06-12 07:04:53 +00:00
iso9660fs retire 64-bit conversion functions 2013-06-24 16:50:57 +02:00
lwip fix some warnings 2013-05-31 20:57:39 +00:00
mfs retire 64-bit conversion functions 2013-06-24 16:50:57 +02:00
pfs libc syslog, syslogd, logger, uds fixes 2013-06-12 07:04:52 +00:00
pm Implement getrusage 2013-07-01 23:00:47 +02:00
procfs Enable optional GCC install and GCC improvements 2013-07-12 14:22:03 +02:00
rs libexec: mmap support, prealloc variants 2013-04-24 10:18:16 +00:00
sched Cleanup: Remove minix.bootprog.mk 2013-03-06 11:56:56 +01:00
vbfs Add VBFS: VirtualBox Shared Folder File System 2012-04-11 00:27:48 +02:00
vfs Enable optional GCC install and GCC improvements 2013-07-12 14:22:03 +02:00
vm Implement getrusage 2013-07-01 23:00:47 +02:00
Makefile lwip (inet's alternative) is compiled by default 2013-03-25 16:51:25 +01:00
Makefile.inc Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00