Use a local MSIZE of 256

This commit is contained in:
Sebastian Huber 2013-11-04 09:12:59 +01:00
parent dc9429ca3e
commit 241fc324d2
2 changed files with 4 additions and 2 deletions

View File

@ -107,6 +107,8 @@ the current Git submodule commit is this
* PING6(8): What to do with SIGALARM?
* <sys/param.h>: Update Newlib to use a MSIZE of 256.
[listing]
----
/* sysinit section? */

View File

@ -40,8 +40,8 @@
#ifndef _RTEMS_BSD_MACHINE_RTEMS_BSD_CONFIG_H_
#define _RTEMS_BSD_MACHINE_RTEMS_BSD_CONFIG_H_
/* XXX hack so /opt.../machine/param.h can disable MSIZE and use this one */
#define __NEW_RTEMS_BSD__
/* FIXME: Update Newlib */
#define MSIZE 256
/* General define to activate BSD kernel parts */
#define _KERNEL 1