Add BURN_BRIDGES global kernel option

This commit is contained in:
Sebastian Huber 2019-03-28 11:33:31 +01:00
parent 21ea762051
commit 0904e33714

View File

@ -58,6 +58,11 @@
#include <machine/rtems-bsd-version.h> #include <machine/rtems-bsd-version.h>
#include <machine/rtems-bsd-kernel-namespace.h> #include <machine/rtems-bsd-kernel-namespace.h>
/* Global kernel options */
/* We do not need user space backward compatibility */
#define BURN_BRIDGES 1
/* Assert */ /* Assert */
void rtems_bsd_assert_func(const char *file, int line, const char *func, const char *expr); void rtems_bsd_assert_func(const char *file, int line, const char *func, const char *expr);