summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-15 16:46:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-15 16:46:54 +0000
commit7cc7a74db0958119fe913c21077d3d0455b70dcf (patch)
tree5a0646ccab3ba0a10d0d571240c59ea25423db85
parentAdded thank you. (diff)
downloadrtems-7cc7a74db0958119fe913c21077d3d0455b70dcf.tar.bz2
Patch from Eric Valette <valette@crf.canon.fr> to correct _exit
undefined problem.
-rw-r--r--c/src/lib/libbsp/i386/pc386/start/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/start/Makefile.in b/c/src/lib/libbsp/i386/pc386/start/Makefile.in
index cc6d2a20a2..5c5dd94a9b 100644
--- a/c/src/lib/libbsp/i386/pc386/start/Makefile.in
+++ b/c/src/lib/libbsp/i386/pc386/start/Makefile.in
@@ -34,9 +34,8 @@ include $(RTEMS_ROOT)/make/leaf.cfg
#
ifeq ($(RTEMS_GAS_CODE16),yes)
-DEFINES += -DNEW_GAS
+CPPFLAGS += -DNEW_GAS
endif
-CPPFLAGS +=
CFLAGS +=
LD_PATHS +=