From 8feac220c19bdf19f5e3176fa3fe776ec5b19b4c Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Mon, 15 Apr 2002 19:45:45 +0000 Subject: [PATCH] No need to redefine main since RTEMS no longer uses main() internally. --- configure/os/CONFIG.Common.RTEMS | 1 - 1 file changed, 1 deletion(-) diff --git a/configure/os/CONFIG.Common.RTEMS b/configure/os/CONFIG.Common.RTEMS index a26dc0ec9..ffb5a0a67 100644 --- a/configure/os/CONFIG.Common.RTEMS +++ b/configure/os/CONFIG.Common.RTEMS @@ -75,7 +75,6 @@ OS_CLASS = RTEMS #-------------------------------------------------- # Operating system flags -OP_SYS_CPPFLAGS = -Dmain=rtems_main OP_SYS_LDLIBS = -lrtemscpu -lrtemsCom -lreadline -lcurses -lm OP_SYS_LDFLAGS = $(CPU_CFLAGS) -u Init \ $(PROJECT_RELEASE)/lib/no-dpmem.rel \