Go to file
Gianluca Guida 6567e50a6f mk scripts: add flag for compiling with nbsd libc.
This patch changes the system mk scripts to enable compilation
of programs using the BSD make system to compile with the new
libc.

In details, it does the following:

- it always defines the __MINIX make variable. This can be used,
 in porting applications, to specialize Makefiles for Minix.

 - If the environment variable NBSD is set to something different
  than 'no' and if the compiler is not ack, set NBSD_LIBC to 'yes'.
  This will set the destination lib directory to '/usr/netbsd/lib' 
  and set up CPPFLAGS and LDFLAGS to use new libc's includes and
  library directory.
2011-03-03 16:41:19 +00:00
benchmarks Fixed unixbench Run script 2010-10-25 08:32:14 +00:00
boot csu/build support for ELF 2010-12-10 22:20:12 +00:00
commands don't define CHIP at all any more, just use the namespace-trained name 2011-02-26 10:28:48 +00:00
common Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
docs Update docs/UPDATING 2011-02-26 23:01:27 +00:00
drivers ramdisk: Add procfs to ramdisk 2011-02-23 13:05:28 +00:00
etc add /usr/include/ddekit dirs 2011-02-25 15:42:53 +00:00
include Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
kernel VM and kernel support for ELF 2011-02-26 23:00:55 +00:00
lib rename aligned() macro to _minix_aligned 2011-03-02 16:05:59 +00:00
man remove fsck1 altogether 2010-12-21 11:00:13 +00:00
nbsd_include Fix signal handling in NBSD libc. 2011-02-21 18:06:54 +00:00
servers auto-tune mfs cache size based on FS usage and remaining system memory 2011-02-28 14:19:19 +00:00
share mk scripts: add flag for compiling with nbsd libc. 2011-03-03 16:41:19 +00:00
test Allow for overriding GCC var in test Makefile 2010-11-19 10:33:26 +00:00
tools add NOASSERTS make flag that disables assert()s (NDEBUG=1). 2011-02-16 18:58:30 +00:00
.gitignore revert r8783, as those entries are auto-generated now 2010-11-17 14:29:32 +00:00
LICENSE Fix parameter parsing in cut 2010-01-21 10:16:05 +00:00
Makefile add clean clang libraries target 2011-02-21 16:07:22 +00:00