summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-22 12:28:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-22 12:28:35 +0000
commit06e326b67f73705c6c9abc6e6621448ad1bf56d8 (patch)
treec8b70c15e512fe1118c75e9614ecb65cbb1bca5e
parentAdded call to console_reserve_resources back in. (diff)
downloadrtems-06e326b67f73705c6c9abc6e6621448ad1bf56d8.tar.bz2
UNIX port now builds and runs cleanly with both C++ support enabled
and disabled.
-rw-r--r--c/src/lib/libbsp/unix/posix/startup/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/unix/posix/startup/Makefile.in b/c/src/lib/libbsp/unix/posix/startup/Makefile.in
index d09765cd19..6b7d344e56 100644
--- a/c/src/lib/libbsp/unix/posix/startup/Makefile.in
+++ b/c/src/lib/libbsp/unix/posix/startup/Makefile.in
@@ -27,7 +27,6 @@ OBJS=$(C_O_FILES)
# We install the RTEMS constructor as a separate .o
# so it can be easily place correctly by the compiler config file.
-INSTALLED_O_FILES=$(ARCH)/rtems-ctor.o
include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_ROOT)/make/leaf.cfg